raylcdf
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.
See also: raylinv, raylpdf, raylrnd, raylstat
Source Code: raylcdf