|
P_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=FNP_student(N,X)
Description
FNP_student returns the value of the integral of the Student's t probability density function of parameter n at x, P(x;n). P is defined for all positive or zero values of x and all positive values of n.
Errors
FNP_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, Q_student
P(x;n)
|
|