Statistics
| Revision:

root / org.gvsig.toolbox / tags / v1.0.1 / org.gvsig.toolbox.gui / alg_descriptions / saga / description / alg_geostatistics_grid_17.txt @ 431

History | View | Annotate | Download (1.08 KB)

1
_____________________________________________
2
  #####   ##   #####    ##
3
 ###     ###  ##       ###
4
  ###   # ## ##  #### # ##
5
   ### ##### ##    # #####
6
##### #   ##  ##### #   ##
7
_____________________________________________
8

    
9
library path:	D:\projects\sextante\workspaces\gvsig_1_11\_fwAndami\gvSIG\extensiones\es.unex.sextante\saga\modules
10
library name:	geostatistics_grid
11
module name :	Statistics for Grids
12
author      :	(c) 2005 by O.Conrad
13
_____________________________________________
14
go...
15
Usage: 4 -GRIDS <str> [-MEAN <str>] [-MIN <str>] [-MAX <str>] [-VAR <str>] [-STDDEV <str>] [-STDDEVLO <str>] [-STDDEVHI <str>]
16
  -GRIDS:<str>   	Grids
17
	Grid list (input)
18
  -MEAN:<str>    	Arithmetic Mean
19
	Grid (optional output)
20
  -MIN:<str>     	Minimum
21
	Grid (optional output)
22
  -MAX:<str>     	Maximum
23
	Grid (optional output)
24
  -VAR:<str>     	Variance
25
	Grid (optional output)
26
  -STDDEV:<str>  	Standard Deviation
27
	Grid (optional output)
28
  -STDDEVLO:<str>	Mean less Standard Deviation
29
	Grid (optional output)
30
  -STDDEVHI:<str>	Mean plus Standard Deviation
31
	Grid (optional output)