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

Function rweibull

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

Source from the content-addressed store, hash-verified

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
150 /* Logistic Distribution */
151 inline double dlogis(double x, double lc, double sl, int lg) { return ::Rf_dlogis(x, lc, sl, lg); }

Callers 2

runit_rweibullFunction · 0.50
runit_rweibull_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected