sciPy stats.relfreq() function | Python
scipy.stats.relfreq(a, numbins, defaultreallimits, weights) is a relative frequency histogram, using the histogram function. Parameters : arr : [array_like] input array. numbins : Number of bins to use for the histogram. [Default = 10] defaultreallimits : (lower, upper) range of the histogram. weigh