Click or drag to resize

IBinningCalculateBinPositionsFromSortedList Method

Calculates the bin positions, the width of the bins and the number of bins from a sorted list containing the data ensemble. This does not calculate the bins itself. To do this, use CalculateBinsFromSortedList(IReadOnlyListDouble)

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
void CalculateBinPositionsFromSortedList(
	IReadOnlyList<double> sortedList
)

Parameters

sortedList  IReadOnlyListDouble
The sorted list.
See Also