mgwr icon indicating copy to clipboard operation
mgwr copied to clipboard

Multiscale Geographically Weighted Regression (MGWR)

Results 51 mgwr issues
Sort by recently updated
recently updated
newest added

For GSoC 2022, I'm working on designing more consistent interfaces to PySAL's exploratory and inferential statistics classes. My mentors and I are exploring what might need to be done to...

I added a comment in get_AICc to clarify the formula used in this implementation see https://github.com/pysal/mgwr/issues/117

In `diagnostics.py`, get_AICc formula is https://github.com/pysal/mgwr/blob/2a955355e31fe4a124b49ce4723335d308ee09d2/mgwr/diagnostics.py#L11-L30 However, as written in its comment, it depends on the setting of `GLM`. Thus its result is different from the AICc definition described in...

Hello everyone I am trying to fit a GWR model. I am following examples codes and each has the same pipeline. When I measure the "gwr_selector" an issue related to...

Thanks a lot for pysal, gwr and mgwr developers. Would you please implement predict() method of mgwr.gwr.MGWR.

*Vinayaraj Poliyapam writes:* > Thanks a lot for the pysal mgwr work! > I was using GWmodel in R earlier. I tried to use your module in python. I can...

Is ` mgwr_results.params[:,i].mean()/mgwr_results.bse[:,i].mean()` right?

Thank you very much for your work!I have a question about GWR in possion form(GWPR)~ Does GWPR just apply to each region with only one value? Can this algorithm solve...