The OpenD Programming Language

invChiSquareCDFR

Inverse of complemented χ2 distribution

Finds the χ2 argument x such that the integral from x to ∞ of the χ2 density is equal to the given cumulative probability p.

double
invChiSquareCDFR
(
double v
,
double p
)

Parameters

p double

Cumulative probability. 0<= p <=1.

v double

Degrees of freedom. Must be positive.

Meta