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

Function pcauchy

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

Source from the content-addressed store, hash-verified

103 /* Cauchy Distribution */
104 inline double dcauchy(double x, double lc, double sl, int lg) { return ::Rf_dcauchy(x, lc, sl, lg); }
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

Callers 2

runit_pcauchyFunction · 0.85
runit_pcauchyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected