Stixbox Function
Last update : 21/4/2006

rnorm - Normal random numbers

Calling Sequence

X = rnorm( [ n,m,s])

Parameters

Description

Returns random deviates from the normal distribution with mean m and standard deviation s.

Examples

  
x=rnorm(1000,0,1);
[y,e]=histo(x);