mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
9 lines
445 B
Plaintext
9 lines
445 B
Plaintext
|
r.regression.line
|
||
|
r.regression.line - Calculates linear regression from two raster maps: y = a + b*x.
|
||
|
Raster (r.*)
|
||
|
ParameterRaster|map1|Map for x coefficient|False
|
||
|
ParameterRaster|map2|Map for y coefficient|False
|
||
|
ParameterBoolean|-g|Print in shell script style|False
|
||
|
ParameterBoolean|-s|Slower but accurate (applies to FP maps only)|False
|
||
|
OutputFile|output|ASCII file for storing regression coefficients (output to screen if file not specified)
|