[GRASS-SVN] r29722 - grass/trunk/raster/r.covar

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 16 13:34:19 EST 2008


Author: epatton
Date: 2008-01-16 13:34:19 -0500 (Wed, 16 Jan 2008)
New Revision: 29722

Modified:
   grass/trunk/raster/r.covar/description.html
Log:
Standardized section headings

Modified: grass/trunk/raster/r.covar/description.html
===================================================================
--- grass/trunk/raster/r.covar/description.html	2008-01-16 18:31:51 UTC (rev 29721)
+++ grass/trunk/raster/r.covar/description.html	2008-01-16 18:34:19 UTC (rev 29722)
@@ -9,6 +9,24 @@
 
 The output is an N x N symmetric covariance (correlation) matrix, 
 where N is the number of raster map layers specified on the command line. 
+
+
+<H2>NOTES</H2>
+
+This module can be used as the first step of a principle components 
+transformation. 
+The covariance matrix would be input into a system which determines 
+eigen values and eigen vectors. An NxN covariance matrix would result in 
+N real eigen values and N eigen vectors (each composed of N real numbers). 
+
+<P>
+
+The module <EM><A HREF="m.eigensystem.html">m.eigensystem</A></EM> in
+src.contrib can be compiled and used to generate the eigen values and
+vectors.
+
+<H2>EXAMPLE</H2>
+
 For example, 
 
 <DL>
@@ -24,13 +42,6 @@
      0.889581  0.939452  1.000000
 </PRE>
 
-<H2>PRINCIPLE COMPONENTS</H2>
-
-This module can be used as the first step of a principle components 
-transformation. 
-The covariance matrix would be input into a system which determines 
-eigen values and eigen vectors. An NxN covariance matrix would result in 
-N real eigen values and N eigen vectors (each composed of N real numbers). 
 In the above example, the eigen values and corresponding eigen vectors 
 for the covariance matrix are: 
 
@@ -71,12 +82,6 @@
 the desired range (e.g. 0-255). 
 This can be done with <EM><A HREF="r.rescale.html">r.rescale</A></EM>.
 
-<H2>NOTES</H2>
-
-The module <EM><A HREF="m.eigensystem.html">m.eigensystem</A></EM> in
-src.contrib can be compiled and used to generate the eigen values and
-vectors.
-
 <H2>SEE ALSO</H2>
 
 <EM><A HREF="i.pca.html">i.pca</A></EM>,



More information about the grass-commit mailing list