Compute the cumulative distribution function of the Rayleigh distribution.
x and sigma must be of common size or one of them must be scalar.
x = 0:0.5:2.5; sigma = 1:6; p = raylcdf (x, sigma)
p = raylcdf (x, 0.5)
Package: statistics