Q_student
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_student returns the value of the complementary integral of the Student's t probability density function of parameter n, Q(x;n). Q is defined for all positive values of n.
Errors
FNQ_student causes an HTBasic error if its arguments are not of the types listed in the USAGE section, above, or if the value of n is negative or zero.
See Also
F_student, P_student
Q(x;n)
|
|