Skip to content
Prev 8175 / 29559 Next

Summary of multiple rasters

Dear Johannes,

Looks like you are in the field of error propagation [http://spatial-accuracy.org/workshopSUP]. 

Both mean and median are valid statistical parameters to describe the central tendencies. What is often more interesting is the propagated uncertainty in the final estimates. I assume that your output is a binomial variable? In our 
HESS paper [http://www.hydrol-earth-syst-sci-discuss.net/7/767/2010/hessd-7-767-2010.html], we use the Information entropy index to quantify the uncertainty of the model (we deal with a binary/Bernoulli variable). The code and the dataset can be obtained from: [http://geomorphometry.org/content/uncertainty-stream-networks-derived-elevation-data]

A number of (Gaussian) grid statistics parameters can be derived using SAGA GIS:
SAGA CMD 2.0.3
library path:   C:/PROGRA~1/R/R-210~1.1/library/RSAGA/saga_vc/modules
library name:   geostatistics_grid
module name :   Statistics for Grids
Usage: 5 -GRIDS <str> [-MEAN <str>] [-MIN <str>] [-MAX <str>] [-VAR <str>] [-STDDEV <str>] [-STDDEVLO <str>] [-STDDEVHI <str>]
  -GRIDS:<str>          Grids
        Grid list (input)
  -MEAN:<str>           Arithmetic Mean
        Grid (optional output)
  -MIN:<str>            Minimum
        Grid (optional output)
  -MAX:<str>            Maximum
        Grid (optional output)
  -VAR:<str>            Variance
        Grid (optional output)
  -STDDEV:<str>         Standard Deviation
        Grid (optional output)
  -STDDEVLO:<str>       Mean less Standard Deviation
        Grid (optional output)
  -STDDEVHI:<str>       Mean plus Standard Deviation



HTH,

T. Hengl