CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
src/StatsPAI.egg-info/PKG-INFO
src/StatsPAI.egg-info/SOURCES.txt
src/StatsPAI.egg-info/dependency_links.txt
src/StatsPAI.egg-info/requires.txt
src/StatsPAI.egg-info/top_level.txt
src/statspai/__init__.py
src/statspai/causal/__init__.py
src/statspai/causal/causal_forest.py
src/statspai/core/__init__.py
src/statspai/core/base.py
src/statspai/core/results.py
src/statspai/core/utils.py
src/statspai/output/__init__.py
src/statspai/output/outreg2.py
src/statspai/regression/__init__.py
src/statspai/regression/ols.py
tests/__init__.py
tests/test_ols.py