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

Function rcauchy

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

Source from the content-addressed store, hash-verified

105 inline double pcauchy(double x, double lc, double sl, int lt, int lg) { return ::Rf_pcauchy(x, lc, sl, lt, lg); }
106 inline double qcauchy(double p, double lc, double sl, int lt, int lg) { return ::Rf_qcauchy(p, lc, sl, lt, lg); }
107 inline double rcauchy(double lc, double sl) { return ::Rf_rcauchy(lc, sl); }
108
109 /* Exponential Distribution */
110 inline double dexp(double x, double sl, int lg) { return ::Rf_dexp(x, sl, lg); }

Callers 2

runit_rcauchyFunction · 0.50
runit_rcauchy_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected