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

Function dbeta

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

Beta Distribution */

Source from the content-addressed store, hash-verified

57
58 /* Beta Distribution */
59 inline double dbeta(double x, double a, double b, int lg) { return ::Rf_dbeta(x, a, b, lg); }
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); }

Callers 2

runit_dbetaFunction · 0.85
runit_dbetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected