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

Function rhyper

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

Source from the content-addressed store, hash-verified

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
127 /* Negative Binomial Distribution */
128 inline double dnbinom(double x, double sz, double pb, int lg) { return ::Rf_dnbinom(x, sz, pb, lg); }

Callers 2

runit_rhyperFunction · 0.50
runit_rhyper_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected