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

Function runit_rhyper_sugar

inst/tinytest/cpp/rmath.cpp:474–476  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

472
473// [[Rcpp::export]]
474NumericVector runit_rhyper_sugar(double a, double b, double c) {
475 return Rcpp::rhyper(5, a, b, c);
476}
477
478// ------------------- Negative Binomial Distribution
479

Callers

nothing calls this directly

Calls 1

rhyperFunction · 0.50

Tested by

no test coverage detected