.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.txt
README.md
codecov.yml
pyproject.toml
.github/CONTRIBUTING.md
.github/release.yml
.github/workflows/build_docs.yml
.github/workflows/release_and_publish.yml
.github/workflows/testing.yml
ci/310.yaml
ci/311-DEV.yaml
ci/311.yaml
ci/39-MIN.yaml
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/references.rst
docs/tutorials.rst
docs/_static/pysal-styles.css
docs/_static/references.bib
docs/_static/images/pysal_favicon.ico
docs/_static/images/pysal_logo.png
docs/_static/images/pysal_logo.svg
docs/_static/images/pysal_nav_logo_2line.svg
notebooks/Binomial_GLM.ipynb
notebooks/Gaussian_GLM.ipynb
notebooks/Poisson_GLM.ipynb
spglm/__init__.py
spglm/base.py
spglm/family.py
spglm/glm.py
spglm/iwls.py
spglm/links.py
spglm/utils.py
spglm/varfuncs.py
spglm.egg-info/PKG-INFO
spglm.egg-info/SOURCES.txt
spglm.egg-info/dependency_links.txt
spglm.egg-info/requires.txt
spglm.egg-info/top_level.txt
spglm/tests/__init__.py
spglm/tests/test_glm.py