Probability integral for Student's t distribution.
Loading LOADSUB ALL FROM "IGAMMA.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage INTEGER N
REAL X,Y
Y=FNQ_student(N,X)
Description
FNQ_studentreturns the value of the complementary integral of the Student'stprobability density function of parametern,Q(x;n).Qis defined for all positive values ofn.
Errors
FNQ_studentcauses an HTBasic error if its arguments are not of the types listed in the USAGE section, above, or if the value ofnis negative or zero.