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

Function runit_rgeom_sugar

inst/tinytest/cpp/rmath.cpp:441–443  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

439
440// [[Rcpp::export]]
441NumericVector runit_rgeom_sugar(double a) {
442 return Rcpp::rgeom(5, a);
443}
444
445// ------------------- Hypergeometric Distribution
446

Callers

nothing calls this directly

Calls 1

rgeomFunction · 0.50

Tested by

no test coverage detected