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

Function runit_rnbinom_sugar

inst/tinytest/cpp/rmath.cpp:507–509  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

505
506// [[Rcpp::export]]
507NumericVector runit_rnbinom_sugar(double a, double b) {
508 return Rcpp::rnbinom(5, a, b);
509}
510
511// ------------------- Poisson Distribution
512

Callers

nothing calls this directly

Calls 1

rnbinomFunction · 0.50

Tested by

no test coverage detected