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

Function qlnorm

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

Source from the content-addressed store, hash-verified

65 inline double dlnorm(double x, double ml, double sl, int lg) { return ::Rf_dlnorm(x, ml, sl, lg); }
66 inline double plnorm(double x, double ml, double sl, int lt, int lg) { return ::Rf_plnorm(x, ml, sl, lt, lg); }
67 inline double qlnorm(double p, double ml, double sl, int lt, int lg) { return ::Rf_qlnorm(p, ml, sl, lt, lg); }
68 inline double rlnorm(double ml, double sl) { return ::Rf_rlnorm(ml, sl); }
69
70 /* Chi-squared Distribution */

Callers 1

runit_qlnormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected