SAGA 9.4.2 | Tool Library Documentation

Record Aggregation


Description

This is a simple tool to aggregate the values of the selected attribute by statistical means for the given number of records.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputTabletable, inputINPUT--
OutputAggregationtable, outputOUTPUT--
OptionsFieldtable fieldFIELD--
Order by...table fieldINDEX--
Identifiertable fieldIDENTIFIER--
Number of Recordsinteger numberLENGTHThe total number of records to be taken into account for aggregated statistics.Minimum: 2 Default: 10
MeanbooleanMEAN-Default: 1
MedianbooleanMEDIAN-Default: 0
MinimumbooleanMIN-Default: 0
MaximumbooleanMAX-Default: 0
Standard DeviationbooleanSTDV-Default: 0
Lower Standard DeviationbooleanSTDV_LO-Default: 0
Higher Standard DeviationbooleanSTDV_HI-Default: 0

Command Line


Usage: saga_cmd table_calculus 20 [-INPUT ] [-OUTPUT ] [-FIELD ] [-INDEX ] [-IDENTIFIER ] [-LENGTH ] [-MEAN ] [-MEDIAN ] [-MIN ] [-MAX ] [-STDV ] [-STDV_LO ] [-STDV_HI ]
  -INPUT:     	Table
	table, input
  -OUTPUT:    	Aggregation
	table, output
  -FIELD:     	Field
	table field
  -INDEX:     	Order by...
	table field
  -IDENTIFIER:	Identifier
	table field
  -LENGTH:    	Number of Records
	integer number
	Minimum: 2
	Default: 10
  -MEAN:      	Mean
	boolean
	Default: 1
  -MEDIAN:    	Median
	boolean
	Default: 0
  -MIN:       	Minimum
	boolean
	Default: 0
  -MAX:       	Maximum
	boolean
	Default: 0
  -STDV:      	Standard Deviation
	boolean
	Default: 0
  -STDV_LO:   	Lower Standard Deviation
	boolean
	Default: 0
  -STDV_HI:   	Higher Standard Deviation
	boolean
	Default: 0