Summary
Laplace cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Function LaplaceCDF(x: TSample; m, b: TSample): TSample;
Result
the Laplace cumulative distribution function (CDF) for value x using the parameters m and b. The result of LaplaceCDF is the probability that a single observation from a Laplace distribution with parameters m and b will fall in the interval [-infinity,x]. Laplace CDF is defined by the following equation:
Categories
Continuous probabilities
Declaration
Procedure LaplaceCDF(X: TDenseMtxVec; m, b: TSample; Res: TDenseMtxVec);
Description
Calculates the Laplace CDF 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