1
- Universal Kriging (Global)
1
+ Regression Kriging
2
2
statistics_kriging
3
3
ParameterVector|POINTS|Points|0|False
4
- ParameterTableField|ZFIELD|Attribute|POINTS|-1|False
4
+ ParameterTableField|FIELD|Attribute|POINTS|-1|False
5
+ ParameterMultipleInput|PREDICTORS|Predictors|3|False
6
+ OutputRaster|REGRESSION|Regression
7
+ OutputRaster|PREDICTION|Prediction
8
+ OutputRaster|RESIDUALS|Residuals
9
+ OutputRaster|VARIANCE|Quality Measure
5
10
ParameterSelection|TQUALITY|Type of Quality Measure|[0] standard deviation;[1] variance
6
11
ParameterBoolean|LOG|Logarithmic Transformation|True
7
12
ParameterBoolean|BLOCK|Block Kriging|True
@@ -10,12 +15,18 @@ ParameterNumber|VAR_MAXDIST|Maximum Distance|None|None|-1.0
10
15
ParameterNumber|VAR_NCLASSES|Lag Distance Classes|1|None|100
11
16
ParameterNumber|VAR_NSKIP|Skip|1|None|1
12
17
ParameterString|VAR_MODEL|Variogram Model|a + b * x
13
- ParameterMultipleInput|GRIDS|Input Grids|3|True
18
+ OutputTable|INFO_COEFF|Regression: Coefficients
19
+ OutputTable|INFO_MODEL|Regression: Model
20
+ OutputTable|INFO_STEPS|Regression: Steps
21
+ ParameterBoolean|COORD_X|Include X Coordinate|False
22
+ ParameterBoolean|COORD_Y|Include Y Coordinate|False
23
+ ParameterBoolean|INTERCEPT|Intercept|True
24
+ ParameterSelection|METHOD|Method|[0] include all;[1] forward;[2] backward;[3] stepwise|3
25
+ ParameterNumber|P_VALUE|Significance Level|0|100.0|5.0
14
26
ParameterSelection|INTERPOL|Grid Interpolation|[0] Nearest Neighbor;[1] Bilinear Interpolation;[2] Inverse Distance Interpolation;[3] Bicubic Spline Interpolation;[4] B-Spline Interpolation
15
- ParameterBoolean|COORDS|Coordinates|False
16
- Hardcoded|-TARGET_DEFINITION 0
17
- Extent TARGET_USER_XMIN TARGET_USER_XMAX TARGET_USER_YMIN TARGET_USER_YMAX
18
- ParameterNumber|TARGET_USER_SIZE|Cellsize|None|None|100.0
19
- ParameterSelection|TARGET_USER_FITS|Fit|[0] nodes;[1] cells
20
- OutputRaster|TARGET_PREDICTION|Prediction
21
- OutputRaster|TARGET_VARIANCE|Quality Measure
27
+ ParameterSelection|SEARCH_RANGE|Search Range|[0] local;[1] global
28
+ ParameterNumber|SEARCH_RADIUS|Maximum Search Distance|0|None|1000
29
+ ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
30
+ ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
31
+ ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
32
+ ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
0 commit comments