HTBasic Help
×
Menu
Index
F_student
Probability density function for Student's t distribution.
 
Loading        LOADSUB ALL FROM "IGAMMA.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                        INTEGER N
REAL X,Y
Y=FNF_student(N,X)
 
Description                
FNF_student returns the value of the probability density of the Student's t distribution of parameter at x, f(x;n). F is defined for all positive values of n.
 
f(x;n)
 
 
Errors                
FNF_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
P_student, Q_student