pysal / spreg

Spatial econometric regression in Python
https://pysal.org/spreg/
Other
66 stars 23 forks source link

Add support for spatial and nonspatial Wilkinson formulas #102

Closed tdhoffman closed 1 year ago

tdhoffman commented 2 years ago

This pull request adds the formula functionality described in #101. It consists of the following parts:

Pursuant to this comment on #101, everything in this PR is fully backwards compatible. This is an add-on to the package which sits on top of existing code and provides another way for users to access it. Currently, the function dispatches to all of the spatial regression models. While it does not support regime regression or seemingly unrelated regression, it provides a solid base of code to which these features can be added.

jGaboardi commented 1 year ago

Since #103 supersedes this PR, shall we close it?