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

Function runit_rchisq_sugar

inst/tinytest/cpp/rmath.cpp:224–226  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

222
223// [[Rcpp::export]]
224NumericVector runit_rchisq_sugar(double a) {
225 return Rcpp::rchisq(5, a);
226}
227
228// ------------------- Non-central Chi-Squared Distribution
229

Callers

nothing calls this directly

Calls 1

rchisqFunction · 0.50

Tested by

no test coverage detected