Click or drag to resize

Altaxo.Analysis.Statistics.Histograms Namespace

Contains histogram construction options, binning strategies, and related helpers.
Classes
 ClassDescription
Public classHistogramCreation Provides helper methods for creating histogram tables from numeric data.
Public classHistogramCreationInformation Maintains information for user interaction during binning.
Public classHistogramCreationOptions Options to create histograms.
Public classLinearBinning Represents linear binning, i.e. bins with the same width at equally spaced positions.
Public classLogarithmicBinning Represents logarithmic binning with equally spaced bins on a logarithmic scale.
Structures
 StructureDescription
Public structureBin Represents one element of the binning collection.
Interfaces
 InterfaceDescription
Public interfaceIBinning Defines a binning, for instance LinearBinning or LogarithmicBinning.