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

Function qweibull

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

Source from the content-addressed store, hash-verified

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
150 /* Logistic Distribution */

Callers 1

runit_qweibullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected