help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kolmogorov_smirnov_test


From: DimitryASuplatov
Subject: kolmogorov_smirnov_test
Date: Tue, 10 Jun 2008 19:42:41 +0400

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]