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

Function dgeom

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

Geometric Distribution */

Source from the content-addressed store, hash-verified

114
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); }

Callers 1

runit_dgeomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected