Click or drag to resize

HistogramAddData(IEnumerableDouble) Method

Add a sequence of data point to the histogram. If the datapoint falls outside the range of the histogram, the lowerbound or upperbound will automatically adapt.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void AddData(
	IEnumerable<double> data
)

Parameters

data  IEnumerableDouble
The sequence of datapoints which we want to add.
See Also