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

Function plnorm

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

Source from the content-addressed store, hash-verified

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); }
69

Callers 1

runit_plnormFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected