Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Analysis.Statistics.Histograms
LogarithmicBinning Class
LogarithmicBinning Methods
CalculateBinPositionsFromSortedList Method
CalculateBinsFromSortedList Method
Clone Method
Logarithmic
Binning
Calculate
Bin
Positions
From
Sorted
List 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(IReadOnlyList
Double
)
.
Namespace:
Altaxo.Analysis.Statistics.Histograms
Assembly:
AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
Copy
public
void
CalculateBinPositionsFromSortedList
(
IReadOnlyList
<
double
>
sortedList
)
Parameters
sortedList
IReadOnlyList
Double
The sorted list of data.
Implements
IBinning
CalculateBinPositionsFromSortedList(IReadOnlyList
Double
)
See Also
Reference
LogarithmicBinning Class
Altaxo.Analysis.Statistics.Histograms Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net