Histogram Constructor |
Name | Description | |
---|---|---|
Histogram |
Initializes a new instance of the Histogram class.
| |
Histogram(IEnumerableDouble, Int32) |
Constructs a Histogram with a specific number of equally sized buckets. The upper and lower bound of the histogram
will be set to the smallest and largest datapoint.
| |
Histogram(IEnumerableDouble, Int32, Double, Double) |
Constructs a Histogram with a specific number of equally sized buckets.
|