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