Quantile Functions

A quantile function (the inverse cdf) is the inverse of a cumulative probability function. Here we know a probability and want to know the value of the statistic for which that value is the cumulative probability. So if we're asking, "what's the value of the chi-square statistic with 5 degrees of freedom at the upper quartile?" we would use chiSquareQuantile(0.75, 5).