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

Function qgeom

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

Source from the content-addressed store, hash-verified

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
121 /* Hypergeometric Distibution */

Callers 1

runit_qgeomFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected