From: Michael C. <mic...@ua...> - 2004-11-08 16:50:20
|
I tried this out here, and didn't see anything funny. I'm using 2.1.57 from debian unstable with self-compiled octave forge CVS (updated last thursday or friday). The attachment is the output of the last line here, 10 million draws. If there is no resolution to this problem I can do formal testing for normality and lack of serial correlation. Michael octave:1> hist(randn(1000000,1),50,1) octave:2> hist(randn(1000000,1),100,1) octave:3> hist(randn(1000000,1),1000,1) octave:4> hist(randn(10000000,1),1000,1) octave:5> print("randn.eps","-depsc2"); |