Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add r.regression.multi algorithm
- Loading branch information
Médéric RIBREUX
committed
Feb 20, 2016
1 parent
5e592ee
commit b06d8084598be94e32997406e276674322f97e31
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
r.regression.multi | ||
Calculates multiple linear regression from raster maps. | ||
Raster (r.*) | ||
ParameterRaster|mapx|Map for x coefficient|False | ||
ParameterRaster|mapy|Map for y coefficient|False | ||
OutputRaster|residual|Residual Map | ||
OutputRaster|estimates|Estimates Map | ||
OutputHTML|html|Regression coefficients |