Skip to content
Prev 7315 / 29559 Next

mixed geographically weighted regression

On Tue, 5 Jan 2010, Marco Helbich wrote:

            
The sums of weights for each fit point are in the returned object, but 
this is not what you (do not) want. The S_v matrix in the paper (eq. 3) is 
returned as the hat matrix, I believe. Since you have S_v, you do not need 
the W(u_i, v_i) weights (a diagonal matrix for each fit (and data) point 
i). Given S_v, the unnumbered equation in the middle of the page gives you 
\hat{\beta_c}, doesn't it? I think that I would pre-multiply X_c and Y by 
(I - S_v), then use QR methods to complete, if I wanted to proceed with 
this.

Because of concerns about how these things are done, and how they are 
represented in the literature, I'd look for corrobotation - being able to 
reproduce others' published results for example.

Hope this helps,

Roger