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

Function pbeta

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

Source from the content-addressed store, hash-verified

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); }
63

Callers 2

runit_pbetaFunction · 0.85
runit_pbetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected