[GRASS-SVN] r64821 - grass-addons/grass7/raster/r.vif
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 9 01:27:53 PDT 2015
Author: neteler
Date: 2015-03-09 01:27:53 -0700 (Mon, 09 Mar 2015)
New Revision: 64821
Modified:
grass-addons/grass7/raster/r.vif/r.vif.html
grass-addons/grass7/raster/r.vif/r.vif.py
Log:
r.vif: fix typo inflaction -> inflation
Modified: grass-addons/grass7/raster/r.vif/r.vif.html
===================================================================
--- grass-addons/grass7/raster/r.vif/r.vif.html 2015-03-09 06:45:34 UTC (rev 64820)
+++ grass-addons/grass7/raster/r.vif/r.vif.html 2015-03-09 08:27:53 UTC (rev 64821)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>r.vif</em> This module will compute variance inflaction factor
+<em>r.vif</em> This module will compute variance inflation factor
(VIF) and the square root of the VIF. The VIF quantifies how much
the variance (the square of the estimate's standard deviation) of an
estimated regression coefficient is increased because of
Modified: grass-addons/grass7/raster/r.vif/r.vif.py
===================================================================
--- grass-addons/grass7/raster/r.vif/r.vif.py 2015-03-09 06:45:34 UTC (rev 64820)
+++ grass-addons/grass7/raster/r.vif/r.vif.py 2015-03-09 08:27:53 UTC (rev 64821)
@@ -5,7 +5,7 @@
#
# MODULE: r.vif
# AUTHOR(S): Paulo van Breugel <p.vanbreugel AT gmail.com>
-# PURPOSE: Calculate the variance inflaction factor of set of
+# PURPOSE: Calculate the variance inflation factor of set of
# variables. Alternatively, to speed the calculation up,
# this can be done for an user defined number of random
# cells. The user can set a maximum VIF, in wich case the VIF
@@ -27,7 +27,7 @@
########################################################################
#
#%Module
-#% description: Calculate the variance inflaction factor
+#% description: Calculate the variance inflation factor
#%End
#%option
More information about the grass-commit
mailing list