Module Running Average
- Author: O. Conrad (c) 2009
 
- Specification: grid
 
- Menu: Table|Calculus
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Input | Table (input) | INPUT | - | - | 
| Output | Output (*) | Table (optional output) | OUTPUT | - | - | 
| Options | Attribute | Table field | FIELD | - | - | 
 | Number of Records | Integer | COUNT | - | Minimum: 2 Default: 10 | 
| (*) optional | 
Command-line
Usage: saga_cmd table_calculus 5 -INPUT <str> [-FIELD <str>] [-OUTPUT <str>] [-COUNT <num>]
  -INPUT:<str> 	Input
	Table (input)
  -FIELD:<str> 	Attribute
	Table field
  -OUTPUT:<str>	Output
	Table (optional output)
  -COUNT:<num> 	Number of Records
	Integer
	Minimum: 2
	Default: 10