Statistics Toolbox | ![]() ![]() |
Mean and variance for the Rayleigh distribution.
Syntax
M = raylstat(B) [M,V] = raylstat(B)
Description
returns the mean and variance of the Rayleigh distribution with parameter [M,V] = raylstat(B)
B
.
The mean of the Rayleigh distribution with parameter b is and the variance is
Example
[mn,v] = raylstat(1) mn = 1.2533 v = 0.4292
See Also
raylcdf
, raylinv
, raylpdf
, raylrnd
![]() | raylrnd | rcoplot | ![]() |