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

16 lines
1.1 KiB
Plaintext
Raw Normal View History

Multiple Regression Analysis (Grid and Predictor Grids)
statistics_regression
2017-08-15 04:20:09 +10:00
QgsProcessingParameterRasterLayer|DEPENDENT|Dependent Variable|None|False
ParameterMultipleInput|PREDICTORS|Predictors|3|False
OutputRaster|REGRESSION|Regression
OutputRaster|RESIDUALS|Residuals
ParameterTable|INFO_COEFF|Details: Coefficients|True
ParameterTable|INFO_MODEL|Details: Model|True
ParameterTable|INFO_STEPS|Details: Steps|True
ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbour;[1] Bilinear Interpolation;[2] Bicubic Spline Interpolation;[3] B-Spline Interpolation| 3
ParameterBoolean|COORD_X|Include X Coordinate|False
ParameterBoolean|COORD_Y|Include Y Coordinate|False
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