Function invChiSquareCDFR

Inverse of complemented χ, 2 distribution

double invChiSquareCDFR (
  double v,
  double p
);

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

Parameters

NameDescription
p Cumulative probability. 0<= p <=1.
v Degrees of freedom. Must be positive.