Function Reference: raylcdf

statistics: p = raylcdf (x)
statistics: p = raylcdf (x, sigma)
statistics: p = raylcdf (…, "upper")

Rayleigh cumulative distribution function (CDF).

For each element of x, compute the cumulative distribution function (CDF) at x of the lognormal distribution with scale 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.

[…] = raylcdf (…, "upper") computes the upper tail probability of the lognormal distribution.

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: raylinv, raylpdf, raylrnd, raylstat

Source Code: raylcdf