kolmogorov_smirnov_test

DimitryASuplatov genesup at gmail.com
Tue Jun 10 11:23:57 CDT 2008


> 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



More information about the Help-octave mailing list