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

Rayleigh cumulative distribution function (CDF).

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

the Rayleigh cumulative distribution function (CDF) for value x using the parameter b. x and b must both be positive real numbers, otherwise the result is NAN.

The Rayleigh cumulative distribution 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!