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 28, 2016
1 parent
b129626
commit ae2a08496fe90256cb9d492940ce14298d578679
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 |