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

Function runit_qpois

inst/tinytest/cpp/rmath.cpp:525–528  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

523
524// [[Rcpp::export]]
525NumericVector runit_qpois( double x, double a ){
526 return NumericVector::create(R::qpois(x, a, 1, 0), R::qpois(log(x), a, 1, 1),
527 R::qpois(x, a, 0, 0), R::qpois(log(x), a, 0, 1));
528}
529
530// [[Rcpp::export]]
531NumericVector runit_rpois(double a) {

Callers

nothing calls this directly

Calls 2

qpoisFunction · 0.85
logFunction · 0.50

Tested by

no test coverage detected