Maxima Function
quantile_student_t (q,n)
Returns the q-quantile of a Student random variable t(n), with n>0; in other words, this is the inverse of cdf_student_t
. Argument q must be an element of [0,1]. To make use of this function, write first load(distrib)
.