Implement ```Histogram``` streaming algorithm that maps an input stream of Real values into a configurable histogram. Parameters: - normalize {none; unit_sum,unit_max}; none by default - minValue - maxValue - numberBins (equal-width bins)