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

Function qchisq

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

Source from the content-addressed store, hash-verified

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
76 /* Non-central Chi-squared Distribution */

Callers 1

runit_qchisqFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected