| Statistics Toolbox | Search  Help Desk |
| raylstat | Examples See Also |
Mean and variance for the Rayleigh distribution.
Syntax
M = raylstat(B) [M,V] = raylstat(B)
Description
[M,V] = raylstat(B) returns the mean and variance of the Rayleigh distribution with parameter B.
For the Rayleigh distribution:
Example
[mn,v] = raylstat(1)
mn =
1.2533
v =
0.4292
See Also
raylcdf,raylinv,raylpdf,raylrnd