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

Function qgamma

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

Source from the content-addressed store, hash-verified

47 inline double dgamma(double x, double shp, double scl, int lg) { return ::Rf_dgamma(x, shp, scl, lg); }
48 inline double pgamma(double x, double alp, double scl, int lt, int lg) { return ::Rf_pgamma(x, alp, scl, lt, lg); }
49 inline double qgamma(double p, double alp, double scl, int lt, int lg) { return ::Rf_qgamma(p, alp, scl, lt, lg); }
50 inline double rgamma(double a, double scl) { return ::Rf_rgamma(a, scl); }
51
52 inline double log1pmx(double x) { return ::Rf_log1pmx(x); }

Callers 1

runit_qgammaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected