QGIS/python/plugins/processing/algs/saga/description/MultipleRegressionAnalysis(PointsandPredictorGrids).txt

20 lines
1.4 KiB
Plaintext
Raw Normal View History

Multiple Regression Analysis (Points and Predictor Grids)
statistics_regression
ParameterMultipleInput|PREDICTORS|Predictors|3|False
ParameterVector|POINTS|Points|-1|False
ParameterTable|ATTRIBUTE|Dependent Variable|False
ParameterTable|INFO_COEFF|Details: Coefficients|True
ParameterTable|INFO_MODEL|Details: Model|True
ParameterTable|INFO_STEPS|Details: Steps|True
OutputVector|RESIDUALS|Residuals
2017-08-15 05:07:09 +10:00
QgsProcessingParameterRasterDestination|REGRESSION|Regression
QgsProcessingParameterRasterDestination|REGRESCORR|Regression with Residual Correction
ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbour;[1] Bilinear Interpolation;[2] Bicubic Spline Interpolation;[3] B-Spline Interpolation| 3
2017-08-15 17:39:27 +10:00
QgsProcessingParameterBoolean|COORD_X|Include X Coordinate|False
QgsProcessingParameterBoolean|COORD_Y|Include Y Coordinate|False
QgsProcessingParameterBoolean|INTERCEPT|Intercept|True
ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise| 3
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|P_VALUE|Significance Level|QgsProcessingParameterNumber.Double|5.000000|False| 0.000000| 100.000000
ParameterSelection|CROSSVAL|Cross Validation|[0] none;[1] leave one out;[2] 2-fold;[3] k-fold| 0
2017-08-15 04:34:43 +10:00
QgsProcessingParameterNumber|CROSSVAL_K|Cross Validation Subsamples|QgsProcessingParameterNumber.Integer|10|False| 2|None
ParameterSelection|RESIDUAL_COR|Residual Interpolation|[0] Multleve B-Spline Interpolation;[1] Inverse Distance Weighted| 0