SAGA 9.9.1 | Tool Library Documentation

Moving Statistics


Description

For each record the statistics over the selected attribute and the specified number of records is calculated.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputInputtable, inputINPUT--
OutputOutputtable, output, optionalOUTPUT--
OptionsFieldtable fieldFIELD--
Order by...table fieldINDEX--
Missing RecordschoiceMISSINGCreate output option. If 'complete' specified number of records must be found, 'in range' ignores no-data in found records.Available Choices: [0] complete records [1] all records in range [2] all records Default: 0
Offsetinteger numberOFFSETThe number of preceding records to be taken into account for statistics.Default: 5
Number of Recordsinteger numberLENGTHThe total number of records to be taken into account for statistics.Minimum: 1 Default: 11
MeanbooleanMEAN-Default: 1
Meantable fieldFIELD_MEAN--
MedianbooleanMEDIAN-Default: 0
Mediantable fieldFIELD_MEDIAN--
MinimumbooleanMIN-Default: 0
Minimumtable fieldFIELD_MIN--
MaximumbooleanMAX-Default: 0
Maximumtable fieldFIELD_MAX--
Standard DeviationbooleanSTDV-Default: 0
Standard Deviationtable fieldFIELD_STDV--
Lower Standard DeviationbooleanSTDV_LO-Default: 0
Lower Standard Deviationtable fieldFIELD_STDV_LO--
Higher Standard DeviationbooleanSTDV_HI-Default: 0
Higher Standard Deviationtable fieldFIELD_STDV_HI--

Command Line


Usage: saga_cmd table_calculus 5 [-INPUT ] [-OUTPUT ] [-FIELD ] [-INDEX ] [-MISSING ] [-OFFSET ] [-LENGTH ] [-MEAN ] [-FIELD_MEAN ] [-MEDIAN ] [-FIELD_MEDIAN ] [-MIN ] [-FIELD_MIN ] [-MAX ] [-FIELD_MAX ] [-STDV ] [-FIELD_STDV ] [-STDV_LO ] [-FIELD_STDV_LO ] [-STDV_HI ] [-FIELD_STDV_HI ]
  -INPUT:           Input
	table, input
  -OUTPUT:          Output
	table, output, optional
  -FIELD:           Field
	table field
  -INDEX:           Order by...
	table field
  -MISSING:
                         Missing Records
                         	choice
                         	Available Choices:
                         	[0] complete records
                         	[1] all records in range
                         	[2] all records
                         	Default: 0
  -OFFSET:          Offset
	integer number
	Default: 5
  -LENGTH:          Number of Records
	integer number
	Minimum: 1
	Default: 11
  -MEAN:            Mean
	boolean
	Default: 1
  -FIELD_MEAN:      Mean
	table field
  -MEDIAN:          Median
	boolean
	Default: 0
  -FIELD_MEDIAN:    Median
	table field
  -MIN:             Minimum
	boolean
	Default: 0
  -FIELD_MIN:       Minimum
	table field
  -MAX:             Maximum
	boolean
	Default: 0
  -FIELD_MAX:       Maximum
	table field
  -STDV:            Standard Deviation
	boolean
	Default: 0
  -FIELD_STDV:      Standard Deviation
	table field
  -STDV_LO:         Lower Standard Deviation
	boolean
	Default: 0
  -FIELD_STDV_LO:   Lower Standard Deviation
	table field
  -STDV_HI:         Higher Standard Deviation
	boolean
	Default: 0
  -FIELD_STDV_HI:   Higher Standard Deviation
	table field