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

Function pchisq

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

Source from the content-addressed store, hash-verified

70 /* Chi-squared Distribution */
71 inline double dchisq(double x, double df, int lg) { return ::Rf_dchisq(x, df, lg); }
72 inline double pchisq(double x, double df, int lt, int lg) { return ::Rf_pchisq(x, df, lt, lg); }
73 inline double qchisq(double p, double df, int lt, int lg) { return ::Rf_qchisq(p, df, lt, lg); }
74 inline double rchisq(double df) { return ::Rf_rchisq(df); }
75

Callers 2

runit_pchisqFunction · 0.85
runit_pchisqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected