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

Function ppois

inst/include/Rcpp/Rmath.h:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 /* Poisson Distribution */
139 inline double dpois(double x, double lb, int lg) { return ::Rf_dpois(x, lb, lg); }
140 inline double ppois(double x, double lb, int lt, int lg) { return ::Rf_ppois(x, lb, lt, lg); }
141 inline double qpois(double p, double lb, int lt, int lg) { return ::Rf_qpois(p, lb, lt, lg); }
142 inline double rpois(double mu) { return ::Rf_rpois(mu); }
143

Callers 2

runit_ppoisFunction · 0.85
runit_ppoisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected