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

Function pweibull

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

Source from the content-addressed store, hash-verified

144 /* Weibull Distribution */
145 inline double dweibull(double x, double sh, double sl, int lg) { return ::Rf_dweibull(x, sh, sl, lg); }
146 inline double pweibull(double x, double sh, double sl, int lt, int lg) { return ::Rf_pweibull(x, sh, sl, lt, lg); }
147 inline double qweibull(double p, double sh, double sl, int lt, int lg) { return ::Rf_qweibull(p, sh, sl, lt, lg); }
148 inline double rweibull(double sh, double sl) { return ::Rf_rweibull(sh, sl); }
149

Callers 1

runit_pweibullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected