Dew MtxVec NET
LaplacePDF Routines
Summary
Laplace probability densify function (PDF).

Unit
Probabilities

Declaration
Function LaplacePDF(x: TSample; m, b: TSample): TSample;
Result
the Laplace probability density function (PDF) for value x using the parameters m and b. Laplace PDF is defined by the following equation:

Categories
Continuous probabilities
 See Also 
LaplaceCDF 
LaplaceCDFInv 

Declaration
Procedure LaplacePDF(X: TDenseMtxVec; m, b: TSample; Res: TDenseMtxVec);

Description
Calculates the Laplace PDF for all X elements using the parameters m and b. The results are stored in Res. It's size and Complex properties are adjusted automatically. If X is complex, an exception is raised.

Copyright 2008 Dew Research
http://www.dewresearch.com