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

Function pt

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

Source from the content-addressed store, hash-verified

88 /* Student t Distibution */
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

Callers 2

runit_ptFunction · 0.85
runit_ptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected