Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
540
NumericVector runit_rpois_sugar(double a) {
541
return Rcpp::rpois(5, a);
542
}
543
544
// ------------------- Weibull Distribution
545
Callers
nothing calls this directly
Calls
1
rpois
Function · 0.50
Tested by
no test coverage detected