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

Function dhyper

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

Hypergeometric Distibution */

Source from the content-addressed store, hash-verified

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

Callers 1

runit_dhyperFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected