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
Type: double

Cumulative probability. 0<= p <=1.

v
Type: double

Degrees of freedom. Must be positive.

Meta