r.univar.sh

Langue: en

Autres versions - même langue

Version: 372170 (fedora - 01/12/10)

Section: 1 (Commandes utilisateur)

NAME

r.univar.sh - calculates univariate statistics from a GRASS raster map

KEYWORDS

raster, statistics

SYNOPSIS

r.univar.sh
r.univar.sh help
r.univar.sh [-e] map=string [percentile=integer] [--verbose] [--quiet]

Flags:

-e

extended statistics (quartiles and percentile)
--verbose

Verbose module output
--quiet

Quiet module output

Parameters:

map=string

Name of raster map
percentile=integer

Percentile to calculate (requires -e flag)
Options: 0-100
Default: 90

DESCRIPTION

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.

SEE ALSO

r.univar r.stats

AUTHOR

Markus Neteler, University of Hannover

Last changed: $Date: 2006-09-07 11:38:05 +0200 (Thu, 07 Sep 2006) $

Full index

© 2003-2008 GRASS Development Team