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

Function pexp

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

Source from the content-addressed store, hash-verified

109 /* Exponential Distribution */
110 inline double dexp(double x, double sl, int lg) { return ::Rf_dexp(x, sl, lg); }
111 inline double pexp(double x, double sl, int lt, int lg) { return ::Rf_pexp(x, sl, lt, lg); }
112 inline double qexp(double p, double sl, int lt, int lg) { return ::Rf_qexp(p, sl, lt, lg); }
113 inline double rexp(double sl) { return ::Rf_rexp(sl); }
114

Callers 1

runit_pexpFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected