Summary
Exponential cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Function ExpCDF(x, mu: TSample): TSample;
Result
the exponential cumulative distribution function (CDF) for parameter mu at the value X. Parameter Mu must be greater than zero, otherwise the result is NAN. The exponential cumulative distribution function is defined by the following equation:

The result of ExpCDF is the probability that a single observation from an exponential distribution will fall in the interval [0,x].
Categories
Continuous probabilities
Declaration
Procedure ExpCDF(X: TDenseMtxVec; Mu: TSample; Res: TDenseMtxVec);
Description
Calculates the Exponential CDF for vector X using the parameter Mu. 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