Click or drag to resize

HistogramAddData(DoubleVector) Method

Updates the histogram bin counts with the given vector of data points.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void AddData(
	DoubleVector data
)

Parameters

data  DoubleVector
A vector of data points.
See Also