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

Function runit_qnorm_prob

inst/tinytest/cpp/stats.cpp:232–236  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

230
231// [[Rcpp::export]]
232List runit_qnorm_prob( NumericVector xx ){
233 return List::create(
234 _["lower"] = qnorm( xx, 0.0, 1.0 ),
235 _["upper"] = qnorm( xx, 0.0, 1.0, false));
236}
237
238// [[Rcpp::export]]
239List runit_qnorm_log( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

qnormFunction · 0.85

Tested by

no test coverage detected