Click or drag to resize

Histogram Constructor (IListDouble)

Create a histogram with the given bin borders.

Namespace:  Meta.Numerics.Statistics
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public Histogram(
	IList<double> binBorders
)

Parameters

binBorders
Type: System.Collections.GenericIListDouble
A list of bin borders.
Exceptions
ExceptionCondition
ArgumentNullExceptionbinBorders is null.
ArgumentExceptionbinBorders has less than two values, or the values are not ordered.
See Also