Bins_array_create¶
-
cosmo_utils.utils.stats_funcs.Bins_array_create(arr, base=10)[source] [edit on github]¶ Generates an evenly-spaced array between the minimum and maximum value of a given array,
Parameters: arr : array_like
Array of of numbers or floats
base : int or float, optional
Interval used to create the evenly-spaced array of elements
Returns: bins_arr :
numpy.ndarrayArray of elements separated in intervals of
base