Skip to content
Prev 8932 / 29559 Next

computing the hat matrix for gwr in spgwr?

On Wed, 4 Aug 2010, Seth J Myers wrote:

            
w[j,j] <- exp((-0.5) * ((dist/bw)^2)) matches gwr.Gauss()
w[j,j]<-exp(-((dist/bw)^2)) matches gwr.gauss()

gwr.Gauss() became default from spgwr 0.5. Otherwise OK.

Hope this helps,

Roger