Question: Student-T Inverse

I need to integrate the Student-T function which is a function of two variables (nu and t). Maple allows me to use this function through this command:

with(Statistics);

PDF(RandomVariable(StudentT(nu)),t);

The integration of this function gives me the probability (p) of certain event (nu is already known):

p=Int(Student,t=-infinity..X)

If I provide the value of X I can compute the integral easily, now the problem appears when I want to compute X when p is given as an input. Is there any function (kind of inverse-Student-T or whatever) that can compute this?

I haven't found anything that can solve this kind of problems

Thanks in advance...

Please Wait...