Evaluate Statistics for Grids
- Author: O.Conrad (c) 2018
- Menu: Spatial and Geostatistics | Grids | Massive Data Analysis
Description
Calculates statistical properties (arithmetic mean, range, variance, standard deviation, percentiles) on a cell-wise base. This tool takes input about basic statistical information as it can be collected with the 'Build/Add Statistics for Grids' tools. These three tools (build, add, evaluate) have been designed to inspect a large number of grids that could otherwise not be evaluated simultaneously due to memory restrictions. 
Parameters
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Number of Values | grid, input, optional | COUNT | - | - | 
| Sum | grid, input, optional | SUM | - | - | 
| Sum of Squares | grid, input, optional | SUM2 | - | - | 
| Minimum | grid, input, optional | MIN | - | - | 
| Maximum | grid, input, optional | MAX | - | - | 
| Histogram | grid collection, input, optional | HISTOGRAM | - | - | 
| Output | Range | grid, output | RANGE | - | - | 
| Arithmetic Mean | grid, output | MEAN | - | - | 
| Variance | grid, output | VAR | - | - | 
| Standard Deviation | grid, output | STDDEV | - | - | 
| Percentiles | grid list, output, optional | QUANTILES | - | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Percentiles | text | QUANTVALS | Separate the desired percentiles by semicolon | Default: 5; 25; 50; 75; 95 | 
Command Line
Usage: saga_cmd statistics_grid 18 [-COUNT ] [-SUM ] [-SUM2 ] [-MIN ] [-MAX ] [-HISTOGRAM ] [-RANGE ] [-MEAN ] [-VAR ] [-STDDEV ] [-QUANTILES ] [-QUANTVALS ]
  -COUNT:    	Number of Values
	grid, input, optional
  -SUM:      	Sum
	grid, input, optional
  -SUM2:     	Sum of Squares
	grid, input, optional
  -MIN:      	Minimum
	grid, input, optional
  -MAX:      	Maximum
	grid, input, optional
  -HISTOGRAM:	Histogram
	grid collection, input, optional
  -RANGE:    	Range
	grid, output
  -MEAN:     	Arithmetic Mean
	grid, output
  -VAR:      	Variance
	grid, output
  -STDDEV:   	Standard Deviation
	grid, output
  -QUANTILES:	Percentiles
	grid list, output, optional
  -QUANTVALS:	Percentiles
	text
	Default: 5; 25; 50; 75; 95