HTBasic Help
×
Menu
Index
Q_f
Complementary probability integral for F distribution.
 
Loading        LOADSUB ALL FROM "IGAMMA.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                INTEGER M,N
REAL X,Y
Y=FNQ_f(M,N,X)
 
Description                
FNQ_f returns the value of the complementary probability integral of the univariate F probability density function with parameters m and n at x, Q(x;m,n). This integral is defined for m and n positive or zero.
 
Errors                
FNQ_f causes an HTBasic error if its arguments are not of the types listed in the usage section, above, or if either m or n is negative.
 
See Also
F_f, P_f
 
Q(x;1,2)