Overload List

  NameDescription
Histogram(DoubleVector)
Create a Histogram instance with the specified bin boundaries.
Histogram(array<Interval>[]()[])
Constructs a Histogram instance with the specified bin intervals.
Histogram(Int32, DoubleVector)
Construct a Histogram instance with the specified number of equal-sized bins, initialized with the given data.
Histogram(Int32, Double, Double)
Constructs a Histogram instance with the specified number of equal-sized bins spanning the specified maximum and mininum values.

See Also