Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > 413e0bdb3c48563b2d8d9038d07d5533 > files > 2155

grass-6.3.0-15.fc13.i686.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>GRASS GIS: r3.univar</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="grassdocs.css" type="text/css">
</head>
<body bgcolor="white">

<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>

<h2>NAME</h2>
<em><b>r3.univar</b></em>  - Calculates univariate statistics from the non-null 3d cells of a raster3d map.
<h2>KEYWORDS</h2>
raster3d, statistics
<h2>SYNOPSIS</h2>
<b>r3.univar</b><br>
<b>r3.univar help</b><br>
<b>r3.univar</b> [-<b>ge</b>] <b>input</b>=<em>name</em>  [<b>percentile</b>=<em>integer</em>]   [--<b>verbose</b>]  [--<b>quiet</b>] 

<h3>Flags:</h3>
<DL>
<DT><b>-g</b></DT>
<DD>Print the stats in shell script style</DD>

<DT><b>-e</b></DT>
<DD>Calculate extended statistics</DD>

<DT><b>--verbose</b></DT>
<DD>Verbose module output</DD>
<DT><b>--quiet</b></DT>
<DD>Quiet module output</DD>
</DL>

<h3>Parameters:</h3>
<DL>
<DT><b>input</b>=<em>name</em></DT>
<DD>Name of input raster3d map</DD>

<DT><b>percentile</b>=<em>integer</em></DT>
<DD>Percentile to calculate (requires extended statistics flag)</DD>
<DD>Options: <em>0-100</em></DD>
<DD>Default: <em>90</em></DD>

</DL>
<H2>DESCRIPTION</H2>

<EM>r3.univar</EM> calculates the univariate statistics for raster3d maps.
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 <b>-e</b> extended statistics flag is given the 1st quartile, median,
3rd quartile, and given <b>percentile</b> are calculated.
If the <b>-g</b> flag is given the results are presented in a format suitable
for use in a shell script.

<H2>NOTES</H2>

As with most GRASS raster3d modules, <EM>r3.univar</EM> operates on the cell
array defined by the current 3d region settings, not the original extent and
resolution of the input map. See <em><A HREF="g.region.html">g.region</A></em>.
<P>
This module can use large amounts of system memory when the <b>-e</b>
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.


<H2>TODO</H2>

<i>mode, skewness, kurtosis</i>



<H2>SEE ALSO</H2>

<em>
<A HREF="g.region.html">g.region</A><br>
<A HREF="r.univar.html">r.univar</A><br>
<A HREF="r.univar.sh.html">r.univar.sh</A><br>
<A HREF="r.average.html">r.average</A><br>
<A HREF="r.median.html">r.median</A><br>
<A HREF="r.mode.html">r.mode</A><br>
<A HREF="r.sum.html">r.sum</A><br>
<A HREF="r.series.html">r.series</A><br>
<A HREF="r.stats.html">r.stats</A><br>
<A HREF="r.statistics.html">r.statistics</A><br>
<A HREF="v.univar.html">v.univar</A><br>
<A HREF="v.univar.sh.html">v.univar.sh</A><br>
</em>


<H2>AUTHORS</H2>

Soeren Gebbert<br>
Code is based on r.univar from<br>
Hamish Bowman, Otago University, New Zealand<BR>
and Martin Landa


<p>
<i>Last changed: $Date: 2007-04-06 21:49:26 +0200 (Fri, 06 Apr 2007) $</i>
<HR>
<P><a href="index.html">Main index</a> - <a href="raster3D.html">raster3D index</a> - <a href="full_index.html">Full index</a></P>
<P>&copy; 2003-2008 <a href="http://grass.osgeo.org">GRASS Development Team</a></p>
</body>
</html>