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

Function phyper

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

Source from the content-addressed store, hash-verified

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); }
123 inline double phyper(double x, double r, double b, double n, int lt, int lg) { return ::Rf_phyper(x, r, b, n, lt, lg); }
124 inline double qhyper(double p, double r, double b, double n, int lt, int lg) { return ::Rf_qhyper(p, r, b, n, lt, lg); }
125 inline double rhyper(double r, double b, double n) { return ::Rf_rhyper(r, b, n); }
126

Callers 1

runit_phyperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected