Click or drag to resize

LinearBinningCalculateBinPositionsFromSortedList Method

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

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

Parameters

sortedList  IReadOnlyListDouble
The sorted list of data.

Implements

IBinningCalculateBinPositionsFromSortedList(IReadOnlyListDouble)
See Also