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

Function dgamma

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

Gamma Distribution */

Source from the content-addressed store, hash-verified

45
46 /* Gamma Distribution */
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); }

Callers 2

runit_dgammaFunction · 0.85
runit_dgammaFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected