Spatio-temporal Geographically Weighted Regression Analysis
Feature Description
Spatio-temporal Geographically Weighted Regression is an extended and improved version of Geographically Weighted Regression, capable of analyzing spatial coordinate points with temporal attributes, addressing spatiotemporal non-stationarity issues in models.
Application Scenarios
- Study urban housing variation trends across temporal and spatial dimensions
- Investigate provincial economic development factors and their spatiotemporal patterns
Parameter Description
Parameter | Default Value | Description | Parameter Type |
---|---|---|---|
Source Dataset | Specified vector dataset for computation. Supports point, line, and polygon datasets | DatasetVector | |
Explanatory Fields | Names of explanatory fields. Explanatory variables (independent variables X in regression equations) used for modeling/predicting dependent variables | String | |
Kernel Function Type | GAUSSIAN | Type of kernel function | KernelFunction |
Dependent Field | Dependent field. The variable under study/prediction (numerical fields only) | String | |
Time Field | Field representing temporal attributes | String | |
Time Unit | Days | Unit for temporal interval conversion. Supports: Seconds, Minutes, Hours, Days, Weeks, Months, Years. Example: 60 minutes converts to 1 Hour or 1/24 Day. Smaller units yield larger interval distances, affecting kernel function weights accordingly | TimeSpanUnits |
Bandwidth Method | AICC | Bandwidth determination method | BandWidthType |
Bandwidth Type | FIXED | Bandwidth type (Fixed/Adaptive) | KernelType |
STGWR Prediction Dataset (Optional) |
Dataset for spatio-temporal GWR prediction | DatasetVector | |
Prediction Result Datasource (Optional) |
Designated datasource for storing prediction results | Datasource | |
Prediction Dataset Name (Optional) |
Name for prediction result dataset | String | |
Field Mapping for Prediction Data (Optional) |
Field mapping between source and prediction datasets. Format: {"inputFieldName":"ABC","predictFieldName":"DEF"} | Object | |
Result Datasource | Designated datasource for storing output results | Datasource | |
Result Dataset | Name for result dataset | String |
Output
Parameter | Description | Parameter Type |
---|---|---|
STGWR Analysis Result | Analysis results containing Geographically Weighted Regression (GWR) summary results and output dataset. Parameter definitions align with standard GWR analysis | GWRAnalystResult |