You are on page 1of 1

sigma = 0.

5;
X = randn(100)*sigma; % Normal(0,sigma 2)
medias = mean(X);
hist(medias)

You might also like