Click or drag to resize

Histogram Constructor

Overload List
 NameDescription
Public methodHistogram(DoubleVector) Create a Histogram instance with the specified bin boundaries.
Public methodHistogram(Interval) Constructs a Histogram instance with the specified bin intervals.
Public methodHistogram(Int32, DoubleVector) Construct a Histogram instance with the specified number of equal-sized bins, initialized with the given data vector.
Public methodHistogram(Int32, Double) Construct a Histogram instance with the specified number of equal-sized bins, initialized with the given data array.
Public methodHistogram(Int32, Double, Double) Constructs a Histogram instance with the specified number of equal-sized bins spanning the specified maximum and mininum values.
Top
See Also