Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]]
441
NumericVector runit_rgeom_sugar(double a) {
442
return Rcpp::rgeom(5, a);
443
}
444
445
// ------------------- Hypergeometric Distribution
446
Callers
nothing calls this directly
Calls
1
rgeom
Function · 0.50
Tested by
no test coverage detected