Click or drag to resize

Histogram Constructor

Overload List
 NameDescription
Public methodHistogram Initializes a new instance of the Histogram class.
Public methodHistogram(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.
Public methodHistogram(IEnumerableDouble, Int32, Double, Double) Constructs a Histogram with a specific number of equally sized buckets.
Top
See Also