QGIS/python/plugins/processing/algs/saga/description/RegressionAnalysis(PointsandPredictorGrid).txt
volaya c5371b64cb added new SAGA descriptions
(cherry picked from commit a3bb3f13902638ee38f85c25c57d68b34b33bfbc)
2017-07-25 14:01:06 +03:00

9 lines
628 B
Plaintext

Regression Analysis (Points and Predictor Grid)
statistics_regression
ParameterRaster|PREDICTOR|Predictor|False
ParameterVector|POINTS|Points|-1|False
ParameterTable|ATTRIBUTE|Dependent Variable|False
OutputRaster|REGRESSION|Regression
OutputVector|RESIDUAL|Residuals
ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbour;[1] Bilinear Interpolation;[2] Bicubic Spline Interpolation;[3] B-Spline Interpolation| 3
ParameterSelection|METHOD|Regression Function|[0] Y = a + b * X (linear);[1] Y = a + b / X;[2] Y = a / (b - X);[3] Y = a * X^b (power);[4] Y = a e^(b * X) (exponential);[5] Y = a + b * ln(X) (logarithmic)| 0