pysal / mgwr

Multiscale Geographically Weighted Regression (MGWR)
https://mgwr.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
368 stars 126 forks source link

Allow passing in specific alpha into adj_alpha #80

Open mattwigway opened 4 years ago

mattwigway commented 4 years ago

Currently, GWRResults is [hard-wired]() to return the adjusted alpha for .1, .05, and .001. It would be great to allow the user to specify this.

TaylorOshan commented 4 years ago

Good call! Should be easy enough to make the default input parameter equal to a list of values rather than hard coding it so that the user can easily change it as needed.