help-octave
[Top][All Lists]
Advanced

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

Re: kolmogorov_smirnov_test


From: DimitryASuplatov
Subject: Re: kolmogorov_smirnov_test
Date: Tue, 10 Jun 2008 20:23:57 +0400

> try something like:
> 
> pval = kolmogorov_smirnov_test(...)
> 
> and you should get what you expect. The "pval: 0" is printed from
> within the function.


Thanks, this was the solution. 
But still I am very suspicious about this test.

When I run
p = kolmogorov_smirnov_test(rndnorm, "normal", 0.47977, 0.34159)
I get p=0 and it is ok with me.
But when I change mean and var to any random numbers I get exactly the
same result!!!
Is actually k_s_t worth using? Is it correctly implemented in octave or
am I just doing something wrong? 

Thanks



reply via email to

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