LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
src/pyqreg/__init__.pxd
src/pyqreg/__init__.py
src/pyqreg/formula_api.py
src/pyqreg/quantile_regression.py
src/pyqreg/utils.py
src/pyqreg/c/__init__.py
src/pyqreg/c/blas_lapack.pxd
src/pyqreg/c/blas_lapack.pyx
src/pyqreg/c/cluster_cov.pxd
src/pyqreg/c/cluster_cov.pyx
src/pyqreg/c/fit_coefs.pxd
src/pyqreg/c/fit_coefs.pyx
src/pyqreg/c/mat_vec_ops.pxd
src/pyqreg/c/mat_vec_ops.pyx
src/pyqreg/c/matrix_opaccum.pxd
src/pyqreg/c/matrix_opaccum.pyx
src/pyqreg/c/stats.pxd
src/pyqreg/c/stats.pyx
src/pyqreg2.egg-info/PKG-INFO
src/pyqreg2.egg-info/SOURCES.txt
src/pyqreg2.egg-info/dependency_links.txt
src/pyqreg2.egg-info/requires.txt
src/pyqreg2.egg-info/top_level.txt
tests/__init__.py
tests/test_cholesky_inv.py
tests/test_fit_coefs.py
tests/test_matrix_opaccum.py
tests/test_quantile_regression.py
tests/test_stats.py