Click or drag to resize

Statistics Class

Contain statistic commands applied to the table.
Inheritance Hierarchy
SystemObject
  Altaxo.DataStatistics

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class Statistics

The Statistics type exposes the following members.

Methods
 NameDescription
Public Extension MethodDoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnColumns(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnRows(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Top
Fields
See Also