Click or drag to resize

Histogram(IEnumerableDouble, Int32) Constructor

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.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Histogram(
	IEnumerable<double> data,
	int nbuckets
)

Parameters

data  IEnumerableDouble
The data sequence to build a histogram on.
nbuckets  Int32
The number of buckets to use.
See Also