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

Function runit_rpois_sugar

inst/tinytest/cpp/rmath.cpp:540–542  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

538
539// [[Rcpp::export]]
540NumericVector runit_rpois_sugar(double a) {
541 return Rcpp::rpois(5, a);
542}
543
544// ------------------- Weibull Distribution
545

Callers

nothing calls this directly

Calls 1

rpoisFunction · 0.50

Tested by

no test coverage detected