SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Record Statistics (Shapes)

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

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTableShapes, inputTABLE--
OutputResult (*)Shapes, 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 pointPCTL_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 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