binned_values_dist#
- binned_values_dist(dic, bins=None)[source]#
Binned distribution 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 binned distribution of values.
- Return type:
array