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

Function rchisq

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

Source from the content-addressed store, hash-verified

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 */
77 inline double dnchisq(double x, double df, double ncp, int lg) { return ::Rf_dnchisq(x, df, ncp, lg); }

Callers 2

runit_rchisqFunction · 0.50
runit_rchisq_sugarFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected