[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is kolmogorov_smirnov_test_2 buggy?
From: |
Muhali |
Subject: |
Re: Is kolmogorov_smirnov_test_2 buggy? |
Date: |
Sun, 4 Nov 2012 10:46:03 -0800 (PST) |
> From R
>
> > ks.test(1:5, 11:15)
>
> Two-sample Kolmogorov-Smirnov test
>
> data: 1:5 and 11:15
> D = 1, p-value = 0.007937
> alternative hypothesis: two-sided
if you don't use the exact method you get the same result
ks.test(1:5, 11:15, exact = FALSE)
Two-sample Kolmogorov-Smirnov test
data: 1:5 and 11:15
D = 1, p-value = 0.01348
alternative hypothesis: two-sided
See e.g. http://www.jstatsoft.org/v39/i11
M.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Is-kolmogorov-smirnov-test-2-buggy-tp4646019p4646077.html
Sent from the Octave - General mailing list archive at Nabble.com.