Quantile function non-standard Student-t
Computes the quantiles.
qt_(p, df, mean, sd)
For internal use
## The function is currently defined as function(p, df, mean, sd) { sd * qt(p, df, ncp = 0) + mean }
Useful links