HTBasic Help
×
Menu
Index

Q_laplace

Probability integral for LaPlace distribution.
 
Loading        LOADSUB ALL FROM "LAPLACE.HTS"
or LOADSUB FROM "MATHLIB.HTS"
 
Usage                REAL X,A,B,Y
Y=FNQ_laplace(A,B,X)
 
Description                
FNQ_laplace returns the value of the complementary integral of the LaPlace probability density function of parameters a and b at x, Q(x;a,b). Q(x;a,b) is defined by the expression
Q is defined for all positive values of b.
 
Q(x;0,b)
Errors
FNQ_laplace causes an HTBasic error if its arguments are not all of type REAL or if the value of b is negative or zero.
 
See Also
F_laplace, P_laplace