Skip to content

Releases: daithiocrualaoich/kolmogorov_smirnov

1.1.0

27 Dec 21:31
Compare
Choose a tag to compare

Now with percentiles!

  • Adds percentile calculations, available as average case O(log n) following setup with sort or in O(n) variant.
  • Similarly incorporates an O(n) one-time ECDF value calculation function without setup or sorting.
  • New functions in Ecdf: min and max.

1.0.1

20 Dec 22:02
Compare
Choose a tag to compare
Cut release 1.0.1.

1.0.0

19 Dec 04:13
Compare
Choose a tag to compare
Cut release 1.0.0. Congratulations!