LICENSE
README.md
pyproject.toml
src/spur/__init__.py
src/spur/core.py
src/spur/types.py
src/spur/assets/chetty.csv
src/spur/utils/__init__.py
src/spur/utils/data.py
src/spur/utils/dist.py
src/spur/utils/formula.py
src/spur/utils/inference.py
src/spur/utils/matrix.py
src/spur/utils/summary.py
src/spur_python.egg-info/PKG-INFO
src/spur_python.egg-info/SOURCES.txt
src/spur_python.egg-info/dependency_links.txt
src/spur_python.egg-info/requires.txt
src/spur_python.egg-info/top_level.txt
tests/test_cholesky_upper.py
tests/test_cluster_matrix.py
tests/test_demean_matrix.py
tests/test_get_R.py
tests/test_get_cbar.py
tests/test_get_distance_matrix.py
tests/test_get_ha_param_i0.py
tests/test_get_ha_param_i1.py
tests/test_get_ha_param_i1_residual.py
tests/test_get_pow_qf.py
tests/test_get_sigma_dm.py
tests/test_get_sigma_lbm.py
tests/test_get_sigma_residual.py
tests/test_get_transformation_stats.py
tests/test_haversine_distance.py
tests/test_iso_matrix.py
tests/test_lbmgls_matrix.py
tests/test_load_chetty_data.py
tests/test_lvech.py
tests/test_nn_matrix.py
tests/test_normalized_distmat.py
tests/test_spur.py
tests/test_spur_persistence.py
tests/test_spur_utils.py
tests/test_spurhalflife.py
tests/test_spurtest.py
tests/test_spurtest_i0.py
tests/test_spurtest_i0resid.py
tests/test_spurtest_i1.py
tests/test_spurtest_i1resid.py
tests/test_spurtransform.py
tests/test_standardize.py
tests/test_transform.py