Dew MtxVec NET
RayleighPDF Routines
Summary
Rayleigh probability density function (PDF).

Unit
Probabilities

Declaration
Procedure RayleighPDF(x: TDenseMtxVec; b: TSample; Res: TDenseMtxVec);

Description
Calculates the Rayleigh PDF 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.
Declaration
Function RayleighPDF(x, b: TSample): TSample;
Result
the Rayleigh probability density function (PDF) 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 probabilty density function is defined by the following equation:


Categories
Continuous probabilities
 See Also 
RayleighCDF 
RayleighCDFInv 

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