Skip to content

1.1.0: This release adds functionality around identifying outliers.

Latest

Choose a tag to compare

@PragTob PragTob released this 06 Jul 14:47
· 5 commits to main since this release
3f6b1f9

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!