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

Function qbeta

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

Source from the content-addressed store, hash-verified

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
64 /* Lognormal Distribution */

Callers 1

runit_qbetaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected