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

Function runit_qunif_prob

inst/tinytest/cpp/stats.cpp:224–229  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

222
223// [[Rcpp::export]]
224List runit_qunif_prob( NumericVector xx ){
225 return List::create(
226 _["lower"] = qunif( xx, 0.0, 1.0 ),
227 _["upper"] = qunif( xx, 0.0, 1.0, false)
228 );
229}
230
231// [[Rcpp::export]]
232List runit_qnorm_prob( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

qunifFunction · 0.85

Tested by

no test coverage detected