mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
7 lines
351 B
Plaintext
7 lines
351 B
Plaintext
r.regression.line
|
|
Calculates linear regression from two raster layers : y = a + b*x.
|
|
Raster (r.*)
|
|
QgsProcessingParameterRasterLayer|mapx|Layer for x coefficient|None|False
|
|
QgsProcessingParameterRasterLayer|mapy|Layer for y coefficient|None|False
|
|
QgsProcessingParameterFileDestination|html|Regression coefficients|Html files (*.html)|report.html|False
|