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

Function rlnorm

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

Source from the content-addressed store, hash-verified

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 */
71 inline double dchisq(double x, double df, int lg) { return ::Rf_dchisq(x, df, lg); }

Callers 2

runit_rlnormFunction · 0.50
runit_rlnorm_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected