QGIS/python/plugins/processing/algs/saga/description/GeographicallyWeightedMultipleRegression(Points).txt
2017-11-09 18:54:44 +02:00

16 lines
1.4 KiB
Plaintext

GWR for Multiple Predictors
statistics_regression
ParameterVector|POINTS|Points|-1|False
ParameterTableField|DEPENDENT|Dependent Variable|POINTS|-1|False
ParameterTableField|PREDICTORS|Predictor|POINTS|-1|False
ParameterSelection|DW_WEIGHTING|Weighting Function|[0] no distance weighting;[1] inverse distance to a power;[2] exponential;[3] gaussian weighting
QgsProcessingParameterNumber|DW_IDW_POWER|Inverse Distance Weighting Power|QgsProcessingParameterNumber.Integer|1|False|None|None
QgsProcessingParameterBoolean|DW_IDW_OFFSET|Inverse Distance Offset|True
QgsProcessingParameterNumber|DW_BANDWIDTH|Gaussian and Exponential Weighting Bandwidth|QgsProcessingParameterNumber.Integer|1|False|None|None
ParameterSelection|SEARCH_RANGE|Search Range|[0] search radius (local);[1] no search radius (global)
QgsProcessingParameterNumber|SEARCH_RADIUS|Search Radius|QgsProcessingParameterNumber.Integer|100|False|None|None
ParameterSelection|SEARCH_POINTS_ALL|Number of Points|[0] maximum number of nearest points;[1] all points within search distance
QgsProcessingParameterNumber|SEARCH_POINTS_MIN|Minimum|QgsProcessingParameterNumber.Integer|4|False|1|None
QgsProcessingParameterNumber|SEARCH_POINTS_MAX|Maximum|QgsProcessingParameterNumber.Integer|20|False|1|None
ParameterSelection|SEARCH_DIRECTION|Search Direction|[0] all directions;[1] quadrants
OutputVector|REGRESSION|Regression