QGIS/python/plugins/processing/algs/saga/description/2.2.2/GeographicallyWeightedRegression(PointsGrid).txt
volaya f2c7522649 [processing] added descriptions for SAGA 2.2.2
This does not fix the issue with 2.2.2, but will allow fixing alg syntaxes
2015-10-20 08:07:24 +02:00

21 lines
1.2 KiB
Plaintext

GWR for Single Predictor Grid
statistics_regression
ParameterRaster|PREDICTOR|Predictor|False
ParameterVector|POINTS|Points|0|False
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
ParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|None|None|1
ParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
ParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|None|None|1
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
ParameterNumber|SEARCH_RADIUS|Search Radius|None|None|100
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
ParameterNumber|SEARCH_POINTS_MIN|Minimum|1|None|4
ParameterNumber|SEARCH_POINTS_MAX|Maximum|1|None|20
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
OutputRaster|REGRESSION|Regression
OutputRaster|QUALITY|Coefficient of Determination
OutputRaster|INTERCEPT|Intercept
OutputRaster|SLOPE|Slope
OutputVector|RESIDUALS|Residuals