kolmogorov_smirnov_test
DimitryASuplatov
genesup at gmail.com
Tue Jun 10 10:42:41 CDT 2008
Hello,
I have 100000 values that are most likely normally distributed. Values
are written in one column in a file. I run
rndnorm=load <file>
kolmogorov_smirnov_test(rndnorm, "normal", 0.47977, 0.34159)
Octave responds with this:
pval: 0
ans = 0
Even though pval = 0 is what I expected, ans=0 suggests that I am doing
something wrong.
Any suggestions?
Thanks.
More information about the Help-octave
mailing list