Summary
Log-normal cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Function LogNormalCDF(x, mu, sigma: TSample): TSample;
Result
the log-normal cumulative distribution function (CDF) for value x using the parameters mu (mean value) and sigma (standard deviation). Sigma must be positive value, otherwise the result is NAN. Log-normal cumulative distribution function is defined by the following equation:
Categories
Continuous probabilities
Declaration
Procedure LogNormalCDF(X: TDenseMtxVec; mu, sigma: TSample; Res: TDenseMtxVec);
Description
Calculates the LogNormal CDF for vector X using the parameters Mu and Sigma. The results are stored in vector Res. The Res Length and Complex properties are adjusted automatically. If vector X is complex, an exception is raised.
| Copyright 2008 Dew Research |
http://www.dewresearch.com