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

Function qt

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

Source from the content-addressed store, hash-verified

89 inline double dt(double x, double n, int lg) { return ::Rf_dt(x, n, lg); }
90 inline double pt(double x, double n, int lt, int lg) { return ::Rf_pt(x, n, lt, lg); }
91 inline double qt(double p, double n, int lt, int lg) { return ::Rf_qt(p, n, lt, lg); }
92 inline double rt(double n) { return ::Rf_rt(n); }
93
94 /* Binomial Distribution */

Callers 2

runit_qtFunction · 0.85
runit_qtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected