You are here: Symbol Reference > Probabilities Namespace > Functions > Probabilities.RayleighPDF Function
MtxVec VCL
ContentsIndex
PreviousUpNext
Probabilities.RayleighPDF Function

Rayleigh probability density function (PDF).

Pascal
function RayleighPDF(x: double; b: double): double; overload;
Parameters 
Description 
Function domain, positive real value or zero. 
Distribution parameter, positive real value. 

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: 

 

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!