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

Function rgeom

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

Source from the content-addressed store, hash-verified

117 inline double pgeom(double x, double p, int lt, int lg) { return ::Rf_pgeom(x, p, lt, lg); }
118 inline double qgeom(double p, double pb, int lt, int lg) { return ::Rf_qgeom(p, pb, lt, lg); }
119 inline double rgeom(double p) { return ::Rf_rgeom(p); }
120
121 /* Hypergeometric Distibution */
122 inline double dhyper(double x, double r, double b, double n, int lg) { return ::Rf_dhyper(x, r, b, n, lg); }

Callers 2

runit_rgeomFunction · 0.50
runit_rgeom_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected