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

Function pgeom

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

Source from the content-addressed store, hash-verified

115 /* Geometric Distribution */
116 inline double dgeom(double x, double p, int lg) { return ::Rf_dgeom(x, p, lg); }
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

Callers 1

runit_pgeomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected