Skip to content

Releases: mljs/histogram-stats

ml-histogram-stats v0.2.0

22 Jun 07:55
a778dca
Compare
Choose a tag to compare

Features

  • percentile function added and compared to numpy routine percentile (a8dd975)
  • quantile function added and its test cases, results are compared to numpy routine percentile (0d9a7d8)
  • quantile function added with its test cases (ff61c97)
  • quantile function added with its test cases (7d3e53a)

Bug Fixes

ml-histogram-stats v0.1.0

19 May 05:01
d108ec2
Compare
Choose a tag to compare

Features

  • Add mean function (6baf5ff)
  • export mean and median (7fb9949)
  • median function and its test cases added (a168864)
  • median function for a histogram is added (f3b9590)
  • test cases added (1eea7c5)

Bug Fixes