Summary
Rayleigh cumulative distribution function (CDF).
Unit
Probabilities
Declaration
Function RayleighCDF(x, b: TSample): TSample;
Result
the Rayleigh cumulative distribution function (CDF) for value x using the parameter b. Parameter b must be positive and value x must be >= 0, otherwise the result is NAN. The Rayleigh cumulative distribution function is defined by the following equation:
Categories
Continuous probabilities
Declaration
Procedure RayleighCDF(x: TDenseMtxVec; b: TSample; Res: TDenseMtxVec);
Description
Calculates the Rayleigh CDF for vector X using the parameter b. 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