Returns an Option containing the index of the Bin within which a value should fall given the value and a Classification (returns None if the value is outside of the Classification’s range)
Returns a vector of breaks generated through the Standard Deviation Breaks algorithm given the desired bin size as a proportion of a standard deviation and a dataset
Note: This algorithm calculates Standard Deviation with Bessel’s correction
Returns a Classification object following the Standard Deviation Breaks algorithm given the desired bin size as a proportion of a standard deviation and one-dimensional data
Note: This algorithm calculates Standard Deviation with Bessel’s correction