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

Function qpois

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

Source from the content-addressed store, hash-verified

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
144 /* Weibull Distribution */

Callers 2

runit_qpoisFunction · 0.85
runit_qpois_probFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected