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

Function runit_rbeta_sugar

inst/tinytest/cpp/rmath.cpp:157–159  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

155
156// [[Rcpp::export]]
157NumericVector runit_rbeta_sugar(double a, double b) {
158 return Rcpp::rbeta(5, a, b);
159}
160
161
162// ------------------- Log Normal Distribution

Callers

nothing calls this directly

Calls 1

rbetaFunction · 0.50

Tested by

no test coverage detected