Tool Record Statistics
This tool calculates record-wise the statistics over the selected attribute fields.
- Author: O.Conrad (c) 2016
- Menu: Table|Calculus
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Table | table, input | TABLE | - | - |
Output | Result (*) | table, output, optional | RESULT | - | - |
Options | Arithmetic Mean | boolean | MEAN | - | Default: 0 |
Minimum | boolean | MIN | - | Default: 0 |
Maximum | boolean | MAX | - | Default: 0 |
Range | boolean | RANGE | - | Default: 0 |
Sum | boolean | SUM | - | Default: 0 |
Number of Values | boolean | NUM | - | Default: 0 |
Variance | boolean | VAR | - | Default: 0 |
Standard Deviation | boolean | STDDEV | - | Default: 0 |
Percentile | boolean | PCTL | - | Default: 0 |
Value | floating point number | PCTL_VAL | - | Minimum: 0.000000 Maximum: 100.000000 Default: 50.000000 |
Attributes | table fields | FIELDS | If no field is selected statistics will be built from all numeric fields. | - |
(*) optional |
Command-line
Usage: saga_cmd table_calculus 16 [-MEAN <str>] [-MIN <str>] [-MAX <str>] [-RANGE <str>] [-SUM <str>] [-NUM <str>] [-VAR <str>] [-STDDEV <str>] [-PCTL <str>] [-PCTL_VAL <double>] [-RESULT <str>] [-TABLE <str>] [-FIELDS <str>]
-MEAN:<str> Arithmetic Mean
boolean
Default: 0
-MIN:<str> Minimum
boolean
Default: 0
-MAX:<str> Maximum
boolean
Default: 0
-RANGE:<str> Range
boolean
Default: 0
-SUM:<str> Sum
boolean
Default: 0
-NUM:<str> Number of Values
boolean
Default: 0
-VAR:<str> Variance
boolean
Default: 0
-STDDEV:<str> Standard Deviation
boolean
Default: 0
-PCTL:<str> Percentile
boolean
Default: 0
-PCTL_VAL:<double> Value
floating point number
Minimum: 0.000000
Maximum: 100.000000
Default: 50.000000
-RESULT:<str> Result
table, output, optional
-TABLE:<str> Table
table, input
-FIELDS:<str> Attributes
table fields