SAGA 9.9.1 | Tool Library Documentation

Record Statistics


Description

This tool calculates record-wise the statistics over the selected attribute fields.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OutputResulttable, output, optionalRESULT_TABLE--
Resultshapes, output, optionalRESULT_SHAPES--
OptionsAttributestable fieldsFIELDSIf no field is selected statistics will be built from all numeric fields.-
Arithmetic MeanbooleanMEAN-Default: 0
MinimumbooleanMIN-Default: 0
MaximumbooleanMAX-Default: 0
RangebooleanRANGE-Default: 0
SumbooleanSUM-Default: 0
Number of ValuesbooleanNUM-Default: 0
VariancebooleanVAR-Default: 0
Standard DeviationbooleanSTDDEV-Default: 0
PercentilebooleanPCTL-Default: 0
Valuefloating point numberPCTL_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