Chi-squared distribution quantile (inverse CDF)
Returns the quantile (inverse cumulative probability) from the chi-squared distribution with given degrees of freedom.
p (Float): The probability (0 <
p < 1).
df (Int): Degrees of
freedom.
The quantile.
qchisq(0.95, 2)