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

Function pnt

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

Source from the content-addressed store, hash-verified

167 /* Non-central Student t Distribution */
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 */

Callers 2

runit_pntFunction · 0.85
runit_pntFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected