[GRASS-SVN] r48605 - grass/trunk/raster/r.regression.line
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Oct 3 11:59:39 EDT 2011
Author: mmetz
Date: 2011-10-03 08:59:38 -0700 (Mon, 03 Oct 2011)
New Revision: 48605
Modified:
grass/trunk/raster/r.regression.line/r.regression.line.html
Log:
residuals -> correlation coefficient
Modified: grass/trunk/raster/r.regression.line/r.regression.line.html
===================================================================
--- grass/trunk/raster/r.regression.line/r.regression.line.html 2011-10-03 11:53:57 UTC (rev 48604)
+++ grass/trunk/raster/r.regression.line/r.regression.line.html 2011-10-03 15:59:38 UTC (rev 48605)
@@ -4,7 +4,7 @@
according to the formula y = a + b*x, where x and y represent raster maps.
Optionally saves regression coefficients to an ASCII file.
The result includes the following coefficients:
-offset/intercept (a) and gain/slope (b), residuals (R),
+offset/intercept (a) and gain/slope (b), correlation coefficient (R),
number of elements (N), means (medX, medY), standard deviations
(sdX, sdY), and the F test for testing the significance of the
regression model as a whole (F).
More information about the grass-commit
mailing list