Student t distribution quantile (inverse CDF)
Returns the quantile (inverse cumulative probability) from the Student t distribution with given degrees of freedom.
p (Float): The probability (0 <
p < 1).
df (Int): Degrees of
freedom.
The quantile.
qt(0.975, 10)