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

Function rgamma

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

Source from the content-addressed store, hash-verified

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); }
53 inline double log1pexp(double x) { return ::log1pexp(x); } // <-- ../nmath/plogis.c

Callers 2

runit_rgammaFunction · 0.50
runit_rgamma_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected