chiSqrDistributionComplInv

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.

real
chiSqrDistributionComplInv
(
real v
,
real p
)

Parameters

p real

Cumulative probability. 0<= p <=1.

v real

Degrees of freedom. Must be positive.

Meta