HTBasic Help
×
Menu
Index

Q_rayleigh

Complementary probability integral for Rayleigh distribution.
 
Loading        LOADSUB ALL FROM "RAYLEIGH.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                        REAL Beta,X,Y
Y=FNQ_rayleigh(Beta,X)
 
Description                
FNQ_rayleigh returns the value of the integral of the Rayleigh probability density function of parameter Beta (here written as β), at x, Q(x;β). Q is defined by the expression
which reduces to
Q is defined for all positive values of β.
 
         Q(x;β)
         
 
Errors                FNQ_rayleigh causes an HTBasic error if its arguments are not all of type REAL or if the value of is negative or zero.
 
See Also
F_rayleigh, P_rayleigh