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

Function runit_qnorm_log

inst/tinytest/cpp/stats.cpp:239–243  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

237
238// [[Rcpp::export]]
239List runit_qnorm_log( NumericVector xx ){
240 return List::create(
241 _["lower"] = qnorm( xx, 0.0, 1.0, true, true),
242 _["upper"] = qnorm( xx, 0.0, 1.0, false, true));
243}
244
245// [[Rcpp::export]]
246List runit_qpois_prob( NumericVector xx ){

Callers

nothing calls this directly

Calls 1

qnormFunction · 0.85

Tested by

no test coverage detected