Overload List
| Name | Description | |
|---|---|---|
| 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.
|