Click or drag to resize

Histogram(IEnumerableDouble, Int32, Double, Double) Constructor

Constructs a Histogram with a specific number of equally sized buckets.

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,
	double lower,
	double upper
)

Parameters

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