Q_exp
Complementary probability integral for Cauchy distribution.
|
Loading LOADSUB ALL FROM "EXP.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage REAL X,A,Y
Y=FNQ_exp(A,X)
Description
FNQ_exp returns the value of the complementary integral of the exponential probability density function with parameter a at x, Q(x;a). Q(x;a) is defined by the expression
Q(x;a) is defined for positive values of a.
Q(x;a)
Errors
|
FNQ_exp causes an HTBasic error if its arguments are not all of type REAL or if a is negative or zero.
|
See Also
F_exp, P_exp
|
|