Error running kolmogorov_smirnov_statistic in version 0.3.3
Java library of statistical distribution
Brought to you by:
robbyjo
When running jdistlib.disttest.DistributionTest.kolmogorov_smirnov_statistic in version 0.3.3 i get the following error:
java.lang.ArrayIndexOutOfBoundsException: -1
at jdistlib.util.Utilities.sort(Utilities.java:182)
at jdistlib.disttest.DistributionTest.kolmogorov_smirnov_statistic(DistributionTest.java:67)
This worked with older versions, and once updating the version i received this error.
Note that part 1 and 2 are random doubles normally distributed with zero mean, and 1 standard deviation
I'd appreciate any comment or help.
Anonymous
Thank you. This is fixed in version 0.3.4.