mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-08 00:02:35 -05:00
16 lines
1.2 KiB
Plaintext
16 lines
1.2 KiB
Plaintext
Multiple Regression Analysis (Grid and Predictor Grids)
|
|
statistics_regression
|
|
QgsProcessingParameterRasterLayer|DEPENDENT|Dependent Variable|None|False
|
|
ParameterMultipleInput|PREDICTORS|Predictors|3|False
|
|
QgsProcessingParameterRasterDestination|REGRESSION|Regression
|
|
QgsProcessingParameterRasterDestination|RESIDUALS|Residuals
|
|
ParameterTable|INFO_COEFF|Details: Coefficients|True
|
|
ParameterTable|INFO_MODEL|Details: Model|True
|
|
ParameterTable|INFO_STEPS|Details: Steps|True
|
|
QgsProcessingParameterEnum|RESAMPLING|Resampling|[0] Nearest Neighbour;[1] Bilinear Interpolation;[2] Bicubic Spline Interpolation;[3] B-Spline Interpolation|False|3
|
|
QgsProcessingParameterBoolean|COORD_X|Include X Coordinate|False
|
|
QgsProcessingParameterBoolean|COORD_Y|Include Y Coordinate|False
|
|
QgsProcessingParameterEnum|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise|False|3
|
|
QgsProcessingParameterNumber|P_VALUE|Significance Level|QgsProcessingParameterNumber.Double|5.000000|False| 0.000000| 100.000000
|
|
QgsProcessingParameterEnum|CROSSVAL|Cross Validation|[0] none;[1] leave one out;[2] 2-fold;[3] k-fold|False|0
|
|
QgsProcessingParameterNumber|CROSSVAL_K|Cross Validation Subsamples|QgsProcessingParameterNumber.Integer|10|False| 2|None |