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

Function pnbeta

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

Source from the content-addressed store, hash-verified

156 /* Non-central Beta Distribution */
157 inline double dnbeta(double x, double a, double b, double ncp, int lg) { return ::Rf_dnbeta(x, a, b, ncp, lg); }
158 inline double pnbeta(double x, double a, double b, double ncp, int lt, int lg) { return ::Rf_pnbeta(x, a, b, ncp, lt, lg); }
159 inline double qnbeta(double p, double a, double b, double ncp, int lt, int lg) { return ::Rf_qnbeta(p, a, b, ncp, lt, lg); }
160 //inline double rnbeta(double a, double b, double np) { return ::Rf_rnbeta(a, b, np); }
161

Callers 1

runit_pnbetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected