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