Same as above, but here only values between Min and Max parameters will be counted.
procedure Histogram(const Data: TVec; const NumBins: Integer; const Results: TVecInt; const Bins: TVec; CenterBins: boolean; Max: double; Min: double); overload;
Statistics
CumulativeHist
Functions