Tool Record Statistics (Shapes)
This tool calculates record-wise the statistics over the selected attribute fields.
- Author: O.Conrad (c) 2016
- Menu: Shapes|Table
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Table | Shapes, input | TABLE | - | - |
Output | Result (*) | Shapes, 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 | 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 17 [-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 Minimum: 0.000000 Maximum: 100.000000 Default: 50.000000 -RESULT:<str> Result Shapes, output, optional -TABLE:<str> Table Shapes, input -FIELDS:<str> Attributes Table fields