raylcdf
Rayleigh cumulative distribution function
Description
returns
the complement of the cdf, evaluated at the values in p = raylcdf(___,"upper")x, using an
algorithm that more accurately computes the extreme upper-tail probabilities as compared
to subtracting the lower-tail value from 1. "upper" can follow any of
the input argument combinations in the previous syntaxes.
Examples
Input Arguments
Output Arguments
More About
Alternative Functionality
raylcdfis a function specific to the Rayleigh distribution. Statistics and Machine Learning Toolbox™ also offers the generic functioncdf, which supports various probability distributions. To usecdf, create aRayleighDistributionprobability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functionraylcdfis faster than the generic functioncdf.Use the Probability Distribution Function Tool to create an interactive plot of the cumulative distribution function (cdf) or probability density function (pdf) for a probability distribution.
References
[1] Evans, M., N. Hastings, and B. Peacock. Statistical Distributions. Hoboken, NJ: Wiley-Interscience, 2000. pp. 134–136.
Extended Capabilities
Version History
Introduced before R2006a
