Home
last modified time | relevance | path

Searched defs:pchisq (Results 1 – 17 of 17) sorted by relevance

/dports/math/R/R-4.1.2/src/nmath/
H A Dpchisq.c28 double pchisq(double x, double df, int lower_tail, int log_p) in pchisq() function
/dports/math/libRmath/R-4.1.1/src/nmath/
H A Dpchisq.c28 double pchisq(double x, double df, int lower_tail, int log_p) in pchisq() function
/dports/math/jags/JAGS-4.3.0/src/jrmath/
H A Dpchisq.c28 double pchisq(double x, double df, int lower_tail, int log_p) in pchisq() function
/dports/biology/vt/vt-0.57721/lib/Rmath/
H A Dpchisq.c28 double pchisq(double x, double df, int lower_tail, int log_p) in pchisq() function
/dports/math/py-rvlib/rvlib-0.0.6/src/
H A Dpchisq.c28 double pchisq(double x, double df, int lower_tail, int log_p) in pchisq() function
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/Distributions/
H A DChiSquared.php240 private static function pchisq($chi2, $degrees) function in PhpOffice\\PhpSpreadsheet\\Calculation\\Statistical\\Distributions\\ChiSquared
/dports/biology/cufflinks/cufflinks-2.2.1-89-gdc3b0cb/src/locfit/
H A Ddist.c142 double pchisq(q, df) in pchisq() function
/dports/math/jags/JAGS-4.3.0/src/include/
H A DJRmath.h238 #define pchisq jags_pchisq macro
/dports/biology/vt/vt-0.57721/lib/Rmath/Rmath/
H A DRmath.h257 #define pchisq Rf_pchisq macro
/dports/math/py-rvlib/rvlib-0.0.6/include/
H A DRmath.h297 #define pchisq Rf_pchisq macro
/dports/biology/gcta/gcta_1.26.0_src/
H A DStatFunc.cpp589 double StatFunc::pchisq(double x, double df) { in pchisq() function in StatFunc
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Ddistn.R186 pchisq <- function(q, df, ncp=0, lower.tail = TRUE, log.p = FALSE) { function
/dports/math/R-cran-MCMCpack/MCMCpack/src/
H A Ddistributions.h1209 SCYTHE_DISTFUN_MATRIX(pchisq, double, df, double df) in SCYTHE_DISTFUN_MATRIX() argument
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Ddistn.R186 pchisq <- function(q, df, ncp=0, lower.tail = TRUE, log.p = FALSE) { function
/dports/devel/R-cran-Rcpp/Rcpp/inst/include/Rcpp/
H A DRmath.h73 … inline double pchisq(double x, double df, int lt, int lg) { return ::Rf_pchisq(x, df, lt, lg); } in pchisq() function
/dports/math/gnumeric/gnumeric-1.12.50/src/
H A Dmathfunc.c2091 gnm_float pchisq(gnm_float x, gnm_float df, gboolean lower_tail, gboolean log_p) in pchisq() function
/dports/math/py-rvlib/rvlib-0.0.6/rvlib/
H A Dunivariate.py371 pchisq = _rmath_ffi.lib.pchisq variable