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

Function runit_qpois_prob

inst/tinytest/cpp/stats.cpp:246–250  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

244
245// [[Rcpp::export]]
246List runit_qpois_prob( NumericVector xx ){
247 return List::create(
248 _["lower"] = qpois( xx, 0.5 ),
249 _["upper"] = qpois( xx, 0.5, false));
250}
251
252// [[Rcpp::export]]
253NumericVector runit_qt( NumericVector xx, double d, bool lt, bool lg ){

Callers

nothing calls this directly

Calls 1

qpoisFunction · 0.85

Tested by

no test coverage detected