SAGA-GIS Tool Library Documentation (v9.2.0)

Tool Record Statistics

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

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputTABLE--
OutputResult (*)table, output, optionalRESULT--
OptionsArithmetic 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
Attributestable fieldsFIELDSIf 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