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

Function rpois

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

Source from the content-addressed store, hash-verified

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 */
145 inline double dweibull(double x, double sh, double sl, int lg) { return ::Rf_dweibull(x, sh, sl, lg); }

Callers 2

runit_rpoisFunction · 0.50
runit_rpois_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected