Open mattwigway opened 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.
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.
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.