-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
40 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 9 additions & 8 deletions
17
python/plugins/processing/algs/saga/description/MultipleRegressionAnalysis(GridGrids).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,16 @@ | ||
Multiple Regression Analysis (Grid/Grids) | ||
Multiple Regression Analysis (Grid and Predictor Grids) | ||
statistics_regression | ||
ParameterRaster|DEPENDENT|Dependent|False | ||
ParameterMultipleInput|GRIDS|Grids|3|False | ||
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation | ||
ParameterBoolean|COORD_X |Include X Coordinate|True | ||
ParameterBoolean|COORD_Y |Include Y Coordinate|True | ||
ParameterMultipleInput|PREDICTORS|Predictors|3|False | ||
ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation | ||
ParameterBoolean|COORD_X|Include X Coordinate|True | ||
ParameterBoolean|COORD_Y|Include Y Coordinate|True | ||
ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise | ||
ParameterNumber|P_IN|P in|None|None|5 | ||
ParameterNumber|P_OUT|P out|None|None|5 | ||
ParameterNumber|P_VALUE|Significance Level|0.0|100.0|5.0 | ||
ParameterSelection|CROSSVAL|Cross Validation|[0] None;[1] leave one out;[2] 2-fold;[3] k-fold | ||
ParameterNumber|CROSSVAL_K|Cross Validation Subsamples|2|None|10 | ||
OutputRaster|REGRESSION|Regression | ||
OutputRaster|RESIDUALS|Residuals | ||
OutputTable|INFO_COEFF|Details: Coefficients | ||
OutputTable|INFO_MODEL|Details: Model | ||
OutputTable|INFO_STEPS|Details: Steps | ||
OutputTable|INFO_STEPS|Details: Steps |
22 changes: 13 additions & 9 deletions
22
python/plugins/processing/algs/saga/description/MultipleRegressionAnalysis(PointsGrids).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,20 @@ | ||
Multiple Regression Analysis (Points/Grids) | ||
Multiple Regression Analysis (Points and Predictor Grids) | ||
statistics_regression | ||
ParameterMultipleInput|GRIDS|Grids|3|False | ||
ParameterVector|SHAPES|Shapes|-1|False | ||
ParameterTableField|ATTRIBUTE|Attribute|SHAPES|-1|False | ||
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation | ||
ParameterBoolean|COORD_X |Include X Coordinate|True | ||
ParameterBoolean|COORD_Y |Include Y Coordinate|True | ||
ParameterMultipleInput|PREDICTORS|Predictors|3|False | ||
ParameterVector|POINTS|Shapes|-1|False | ||
ParameterTableField|ATTRIBUTE|Attribute|POINTS|-1|False | ||
ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation | ||
ParameterBoolean|COORD_X|Include X Coordinate|True | ||
ParameterBoolean|COORD_Y|Include Y Coordinate|True | ||
ParameterBoolean|INTERCEPT|Intercept|True | ||
ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise | ||
ParameterNumber|P_IN|P in|None|None|5 | ||
ParameterNumber|P_OUT|P out|None|None|5 | ||
ParameterNumber|P_VALUE|Significance Level|0.0|100.0|5.0 | ||
ParameterSelection|CROSSVAL|Cross Validation|[0] None;[1] leave one out;[2] 2-fold;[3] k-fold | ||
ParameterNumber|CROSSVAL_K|Cross Validation Subsamples|2|None|10 | ||
ParameterSelection|RESIDUAL_COR|Residual Interpolation|[0] Multleve B-Spline Interpolation;[1] Inverse Distance Weighted | ||
OutputTable|INFO_COEFF|Details: Coefficients | ||
OutputTable|INFO_MODEL|Details: Model | ||
OutputTable|INFO_STEPS|Details: Steps | ||
OutputVector|RESIDUALS|Residuals | ||
OutputRaster|REGRESSION|Regression | ||
OutputRaster|REGRESCORR|Regression with Residual Correction |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
python/plugins/processing/algs/saga/description/RegressionAnalysis(PointsGrid).txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Regression analysis|Regression Analysis (Points/Grid) | ||
Regression Analysis (Points and Predictor Grid) | ||
statistics_regression | ||
ParameterRaster|GRID|Grid|False | ||
ParameterVector|SHAPES|Shapes|-1|False | ||
ParameterTableField|ATTRIBUTE|Attribute|SHAPES|-1|False | ||
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation | ||
ParameterRaster|PREDICTOR|Predictor|False | ||
ParameterVector|POINTS|Shapes|-1|False | ||
ParameterTableField|ATTRIBUTE|Attribute|POINTS|-1|False | ||
ParameterSelection|RESAMPLING|Resampling|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation | ||
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) | ||
OutputRaster|REGRESSION|Regression | ||
OutputVector|RESIDUAL|Residuals | ||
OutputVector|RESIDUAL|Residuals |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters