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

Function qnchisq

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

Source from the content-addressed store, hash-verified

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
82 /* F Distibution */

Callers 1

runit_qnchisqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected