Skip to content

Releases: bencheeorg/statistex

1.1.0: This release adds functionality around identifying outliers.

06 Jul 14:47
3f6b1f9

Choose a tag to compare

This release adds functionality around identifying outliers.

  • the Statistex struct comes with more keys: :lower_outlier_bound, :upper_outlier_bound & :outliers,
    along with the new public functions :outliers/2 and :outlier_bounds/2.
  • statistics/2 now also accepts exclude_outliers: true to exclude the outliers from the calculation
    of statistics.
  • some functions have also been updated to accept more optional arguments such as :sorted? to avoid unnecessary extra work.

Huge thanks for these changes go to @NickNeck!

1.0.0

05 Jul 15:18

Choose a tag to compare

Import of the initial functionality from benchee.

Dubbed 1.0 because many people had already been running this code indirectly through benchee.