Statistics Toolbox    
raylrnd

Random matrices from the Rayleigh distribution

Syntax

Description

R = raylrnd(B) returns a matrix of random numbers chosen from the Rayleigh distribution with parameter B. The size of R is the size of B.

R = raylrnd(B,m) returns a matrix of random numbers chosen from the Rayleigh distribution with parameter B, where m is a 1-by-2 vector that contains the row and column dimensions of R.

R = raylrnd(B,m,n) returns a matrix of random numbers chosen from the Rayleigh distribution with parameter B, where scalars m and n are the row and column dimensions of R.

Example

See Also
random, raylcdf, raylinv, raylpdf, raylstat


  raylpdf raylstat