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

Function dlnorm

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

Lognormal Distribution */

Source from the content-addressed store, hash-verified

63
64 /* Lognormal Distribution */
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); }

Callers 1

runit_dlnormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected