Function Reference: raylinv

statistics: x = raylinv (p, sigma)

Inverse of the Rayleigh cumulative distribution function (iCDF).

For each element of p, compute the quantile (the inverse of the CDF) at p of the Rayleigh distribution with parameter sigma. The size of p is the common size of x and sigma. A scalar input functions as a constant matrix of the same size as the other inputs.

Default value is sigma = 1.

References

  1. Wendy L. Martinez and Angel R. Martinez. Computational Statistics Handbook with MATLAB. Appendix E, pages 547-557, Chapman & Hall/CRC, 2001.
  2. Athanasios Papoulis. Probability, Random Variables, and Stochastic Processes. pages 104 and 148, McGraw-Hill, New York, second edition, 1984.

See also: raylcdf, raylpdf, raylrnd, raylstat

Source Code: raylinv