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