OrderedBinning.jl

Flexible binning of univariate arguments based on a sorted vector.
Author tpapp
Popularity
0 Stars
Updated Last
9 Months Ago
Started In
November 2021

OrderedBinning.jl

lifecycle build codecov.io Aqua QA

Flexible binning of univariate arguments based on a sorted vector.

Features

  • customizable “halo” around the range or boundaries, for handling numerical error
  • customizable handling of values that coincide with bin boundaries
  • outside values can error or on either side

Why is this in a package?

At the core, it is a trivial application of searchsortedfirst etc. I wanted to handle corner cases and have everything tested in a package.

Used By Packages

No packages found.