count_binned_values#
- count_binned_values(dic, bins=None)[source]#
Binned counter of values in the dictionary. Indices are the bin indices from the input bins.
- Parameters:
dic (dict) – dictionary with sortable and binnable values
bins (array) – array of bin edges
- Returns:
Array of the count of values binned
- Return type:
array