|
1 |
| -Multiple Regression Analysis (Points/Grids) |
| 1 | +Multiple Regression Analysis (Points and Predictor Grids) |
2 | 2 | statistics_regression
|
3 |
| -ParameterMultipleInput|GRIDS|Grids|3|False |
4 |
| -ParameterVector|SHAPES|Shapes|-1|False |
5 |
| -ParameterTableField|ATTRIBUTE|Attribute|SHAPES|-1|False |
6 |
| -ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation |
7 |
| -ParameterBoolean|COORD_X |Include X Coordinate|True |
8 |
| -ParameterBoolean|COORD_Y |Include Y Coordinate|True |
| 3 | +ParameterMultipleInput|PREDICTORS|Predictors|3|False |
| 4 | +ParameterVector|POINTS|Shapes|-1|False |
| 5 | +ParameterTableField|ATTRIBUTE|Attribute|POINTS|-1|False |
| 6 | +ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation |
| 7 | +ParameterBoolean|COORD_X|Include X Coordinate|True |
| 8 | +ParameterBoolean|COORD_Y|Include Y Coordinate|True |
| 9 | +ParameterBoolean|INTERCEPT|Intercept|True |
9 | 10 | ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise
|
10 |
| -ParameterNumber|P_IN|P in|None|None|5 |
11 |
| -ParameterNumber|P_OUT|P out|None|None|5 |
| 11 | +ParameterNumber|P_VALUE|Significance Level|0.0|100.0|5.0 |
| 12 | +ParameterSelection|CROSSVAL|Cross Validation|[0] None;[1] leave one out;[2] 2-fold;[3] k-fold |
| 13 | +ParameterNumber|CROSSVAL_K|Cross Validation Subsamples|2|None|10 |
| 14 | +ParameterSelection|RESIDUAL_COR|Residual Interpolation|[0] Multleve B-Spline Interpolation;[1] Inverse Distance Weighted |
12 | 15 | OutputTable|INFO_COEFF|Details: Coefficients
|
13 | 16 | OutputTable|INFO_MODEL|Details: Model
|
14 | 17 | OutputTable|INFO_STEPS|Details: Steps
|
15 | 18 | OutputVector|RESIDUALS|Residuals
|
16 | 19 | OutputRaster|REGRESSION|Regression
|
| 20 | +OutputRaster|REGRESCORR|Regression with Residual Correction |
0 commit comments