Statistics Toolbox
  Go to function:
    Search    Help Desk 
raylrnd    Examples   See Also

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. 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. The scalars m and n are the row and column dimensions of R.

Example

See Also

random, raylcdf, raylinv, raylpdf, raylstat



[ Previous | Help Desk | Next ]