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

Function qnbeta

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

Source from the content-addressed store, hash-verified

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
162 /* Non-central F Distribution */

Callers 1

runit_qnbetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected