*********************************************************************** * Package GWmodel * *********************************************************************** Program starts at: 2024-11-14 15:19:19 Call: gtwr(formula = gtwrformula, data = spdata, regression.points = predictdata, obs.tv = timestamps, reg.tv = predtimes, st.bw = bw, kernel = kernel, adaptive = adaptive, lamda = lambda) Dependent (y) variable: y Independent variables: x1 x2 x3 Number of data points: 1000 *********************************************************************** * Results of Global Regression * *********************************************************************** Call: lm(formula = formula, data = data) Residuals: Min 1Q Median 3Q Max -64.953 -19.870 -4.534 16.505 106.729 Coefficients: Estimate Std. Error t value Pr(>|t|) (Intercept) 3.27255 4.00700 0.817 0.4143 x1 0.57261 0.04546 12.595 <2e-16 *** x2 0.09612 0.05371 1.790 0.0738 . x3 0.43744 0.04121 10.614 <2e-16 *** ---Significance stars Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1 Residual standard error: 27.87 on 996 degrees of freedom Multiple R-squared: 0.3167 Adjusted R-squared: 0.3146 F-statistic: 153.9 on 3 and 996 DF, p-value: < 2.2e-16 ***Extra Diagnostic information Residual sum of squares: 773432.1 Sigma(hat): 27.8385 AIC: 9498.715 AICc: 9498.775 *********************************************************************** * Results of Geographically and Temporally Weighted Regression * *********************************************************************** *********************Model calibration information********************* Kernel function for geographically and temporally weighting: gaussian Adaptive bandwidth for geographically and temporally weighting: 20 (number of nearest neighbours) Regression points: A seperate set of regression points is used. Distance metric for geographically and temporally weighting: A distance matrix is specified for this model calibration. ****************Summary of GTWR coefficient estimates:***************** Min. 1st Qu. Median 3rd Qu. Max. Intercept -12.415521 17.294017 46.373782 64.152250 81.5156 x1 -0.242516 -0.086988 0.049396 0.292772 0.5732 x2 -1.890831 -0.656899 0.369087 1.062902 1.6985 x3 -0.240231 -0.043091 0.037759 0.112662 0.2443 *********************************************************************** Program stops at: 2024-11-14 15:19:30