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

Function runit_dpois

inst/tinytest/cpp/rmath.cpp:514–516  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

512
513// [[Rcpp::export]]
514NumericVector runit_dpois( double x, double a ){
515 return NumericVector::create(R::dpois(x, a, 0), R::dpois(x, a, 1));
516}
517
518// [[Rcpp::export]]
519NumericVector runit_ppois( double x, double a ){

Callers

nothing calls this directly

Calls 1

dpoisFunction · 0.85

Tested by

no test coverage detected