Separates the range into several bins and returns the number of instances in each bin.
Parameters : | a : array_like
numbins : int, optional
defaultlimits : tuple (lower, upper), optional
weights : array_like, optional
printextras : bool, optional
|
---|---|
Returns : | histogram : ndarray
low_range : float
binsize : float
extrapoints : int
|
See also
Notes
This histogram is based on numpy’s histogram but has a larger range by default if default limits is not set.