[GRASS-SVN] r66962 - grass-addons/grass7/raster/r.mregression.series
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 28 04:47:08 PST 2015
Author: DmitryKolesov
Date: 2015-11-28 04:47:08 -0800 (Sat, 28 Nov 2015)
New Revision: 66962
Modified:
grass-addons/grass7/raster/r.mregression.series/r.mregression.series.html
Log:
Fix documentation
Modified: grass-addons/grass7/raster/r.mregression.series/r.mregression.series.html
===================================================================
--- grass-addons/grass7/raster/r.mregression.series/r.mregression.series.html 2015-11-28 11:30:50 UTC (rev 66961)
+++ grass-addons/grass7/raster/r.mregression.series/r.mregression.series.html 2015-11-28 12:47:08 UTC (rev 66962)
@@ -17,20 +17,20 @@
<h2>NOTES</h2>
-The number of predictor variables (<em>X</em> maps) need to be the same in
-each (time) series (see examples bellow). If the different time series have irregular
+The number of predictor variables (<em>X</em> maps) needs to be the same in
+each (time) series (see examples below). If the different time series have irregular
time intervals, NULL raster maps can be inserted into time series to
make time intervals equal.
<p>
The list of inputs for each cell (including NULLs) is passed to the
-regression function. The functin compute the parameters over the
+regression function. The function computes the parameters over the
non-NULL values, producing a NULL result only if there aren't enough
non-NULL values for computing.
<h2>EXAMPLES</h2>
-The most important paramether is <em>samples</em>, it provides the list
+The most important paramether is <em>samples</em>; it provides the list
of <em>X</em> and <em>Y</em> maps. The parameter is the name of csv file
of the next structure: the first line is a header, other lines provide names
of the <em>X</em> and <em>Y</em> maps. The header contains the names of the
@@ -55,7 +55,7 @@
<p>
The second paramether is <em>result_prefix</em>. It is used for
construction of the coefficient names. For example if result_prefix="coef.",
-the names of the regression coefficients are "coef.elevation"
+the names of the regression coefficients will be "coef.elevation"
and "coef.precipitation".
<div class="code"><pre>
More information about the grass-commit
mailing list