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

Function runit_dhyper

inst/tinytest/cpp/rmath.cpp:448–450  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

446
447// [[Rcpp::export]]
448NumericVector runit_dhyper( double x, double a, double b, double c ){
449 return NumericVector::create(R::dhyper(x, a, b, c, 0), R::dhyper(x, a, b, c, 1));
450}
451
452// [[Rcpp::export]]
453NumericVector runit_phyper( double x, double a, double b, double c ){

Callers

nothing calls this directly

Calls 1

dhyperFunction · 0.85

Tested by

no test coverage detected