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

Function pnchisq

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

Source from the content-addressed store, hash-verified

76 /* Non-central Chi-squared Distribution */
77 inline double dnchisq(double x, double df, double ncp, int lg) { return ::Rf_dnchisq(x, df, ncp, lg); }
78 inline double pnchisq(double x, double df, double ncp, int lt, int lg) { return ::Rf_pnchisq(x, df, ncp, lt, lg); }
79 inline double qnchisq(double p, double df, double ncp, int lt, int lg) { return ::Rf_qnchisq(p, df, ncp, lt, lg); }
80 inline double rnchisq(double df, double lb) { return ::Rf_rnchisq(df, lb); }
81

Callers 2

runit_pnchisqFunction · 0.85
runit_pnchisqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected