MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / rbeta

Function rbeta

inst/include/Rcpp/Rmath.h:62–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 inline double pbeta(double x, double p, double q, int lt, int lg) { return ::Rf_pbeta(x, p, q, lt, lg); }
61 inline double qbeta(double a, double p, double q, int lt, int lg) { return ::Rf_qbeta(a, p, q, lt, lg); }
62 inline double rbeta(double a, double b) { return ::Rf_rbeta(a, b); }
63
64 /* Lognormal Distribution */
65 inline double dlnorm(double x, double ml, double sl, int lg) { return ::Rf_dlnorm(x, ml, sl, lg); }

Callers 2

runit_rbetaFunction · 0.50
runit_rbeta_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected