Contain statistic commands applied to the table.
Inheritance Hierarchy Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static class Statistics
The Statistics type exposes the following members.
Methods | Name | Description |
---|
| DoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
|
| DoStatisticsOnColumns(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
|
| DoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
| DoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
| DoStatisticsOnRows(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
| DoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
TopFields See Also