Rechercher une page de manuel
r.univar.1grass
Langue: en
Version: 334147 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
NAME
r.univar - Calculates univariate statistics from the non-null cells of a raster map.KEYWORDS
raster, statisticsSYNOPSIS
r.univarr.univar help
r.univar [-ge] map=name[,name,...] [percentile=float[,float,...]] [--verbose] [--quiet]
Flags:
- -g
Print the stats in shell script style- -e
Calculate extended statistics- --verbose
Verbose module output- --quiet
Quiet module output
Parameters:
- map=name[,name,...]
Name of input raster map(s)- percentile=float[,float,...]
Percentile to calculate (requires extended statistics flag)
Options: 0-100
Default: 90
DESCRIPTION
r.univar calculates the univariate statistics of a raster map. This includes the number of cells counted, minimum and maximum cell values, range, arithmetic mean, population variance, standard deviation, and coefficient of variation. If the -e extended statistics flag is given the 1st quartile, median, 3rd quartile, and given percentile are calculated. If the -g flag is given the results are presented in a format suitable for use in a shell script.NOTES
As with most GRASS raster modules, r.univar operates on the cell array defined by the current region settings, not the original extent and resolution of the input map. See g.region.This module can use large amounts of system memory when the -e extended statistics flag is used with a very large region setting. If the region is too large the module should exit gracefully with a memory allocation error. Basic statistics can be calculated using any size input region.
The r.quantile module will be significantly more efficient for calculating percentiles with large maps.
TODO
mode, skewness, kurtosisSEE ALSO
g.regionr3.univar
r.univar.sh
r.average
r.median
r.mode
r.quantile
r.sum
r.series
r.stats
r.statistics
v.univar
v.univar.sh
AUTHORS
Hamish Bowman, Otago University, New ZealandExtended statistics by Martin Landa
Last changed: $Date: 2010-03-10 17:52:33 +0100 (mer, 10 mar 2010) $
Full index
© 2003-2010 GRASS Development Team
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre