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

Function dt

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

Student t Distibution */

Source from the content-addressed store, hash-verified

87
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); }

Callers 2

runit_dtFunction · 0.85
runit_dtFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected