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

Function qunif

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

Source from the content-addressed store, hash-verified

41 inline double dunif(double x, double a, double b, int lg) { return ::Rf_dunif(x, a, b, lg); }
42 inline double punif(double x, double a, double b, int lt, int lg) { return ::Rf_punif(x, a, b, lt, lg); }
43 inline double qunif(double p, double a, double b, int lt, int lg) { return ::Rf_qunif(p, a, b, lt, lg); }
44 inline double runif(double a, double b) { return ::Rf_runif(a, b); }
45
46 /* Gamma Distribution */

Callers 2

runit_qunifFunction · 0.85
runit_qunif_probFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected