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

Function qnt

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

Source from the content-addressed store, hash-verified

168 inline double dnt(double x, double df, double ncp, int lg) { return ::Rf_dnt(x, df, ncp, lg); }
169 inline double pnt(double x, double df, double ncp, int lt, int lg) { return ::Rf_pnt(x, df, ncp, lt, lg); }
170 inline double qnt(double p, double df, double ncp, int lt, int lg) { return ::Rf_qnt(p, df, ncp, lt, lg); }
171
172 /* Studentized Range Distribution */
173 inline double ptukey(double q, double rr, double cc, double df, int lt, int lg) { return ::Rf_ptukey(q, rr, cc, df, lt, lg); }

Callers 1

runit_qntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected