Calculates univariate statistics from a grass raster map
raster, statistics
r.univar.sh
r.univar.sh help
r.univar.sh [-e] map=string [percentile=integer] [--verbose] [--quiet]
extended statistics (quartiles and percentile)
Verbose module output
Quiet module output
Name of raster map
Percentile to calculate (requires -e flag)
Options: 0-100
Default: 90
WARNING: This module is superseded and will be removed in future versions of GRASS. Use the much faster r.univar instead.
r.univar calculates univariate statistics of a raster map. This includes the number of cells counted, mininum and maximum cell values, range, arithmetic mean, variance, standard deviation and coefficient of variation. Checking the 'extended statistics' box adds median, 1st and 3rd quartiles, and 90th percentile.
r.univar r.stats
Markus Neteler, University of Hannover
Last changed: $Date: 2011-11-08 10:42:51 +0100 (Tue, 08 Nov 2011) $
Full index
� 2003-2014 GRASS Development Team