Click or drag to resize

Histogram(DoubleVector) Constructor

Create a Histogram instance with the specified bin boundaries.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Histogram(
	DoubleVector binBoundaries
)

Parameters

binBoundaries  DoubleVector
The bin boundaries.
Remarks
Bin boundaries must be strictly monotonically increasing; that is, binBoundares[i] must be strictly less than binBoundaries[i+1] for each i.
See Also