Skip to content

1.1.0

Latest
Compare
Choose a tag to compare
@daithiocrualaoich daithiocrualaoich released this 27 Dec 21:31
· 7 commits to master since this release

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.