LICENSE
README.md
pyproject.toml
python_gls/__init__.py
python_gls/_parametrization.py
python_gls/likelihood.py
python_gls/model.py
python_gls/results.py
python_gls.egg-info/PKG-INFO
python_gls.egg-info/SOURCES.txt
python_gls.egg-info/dependency_links.txt
python_gls.egg-info/requires.txt
python_gls.egg-info/top_level.txt
python_gls/correlation/__init__.py
python_gls/correlation/ar1.py
python_gls/correlation/arma.py
python_gls/correlation/base.py
python_gls/correlation/car1.py
python_gls/correlation/comp_symm.py
python_gls/correlation/spatial.py
python_gls/correlation/symm.py
python_gls/variance/__init__.py
python_gls/variance/base.py
python_gls/variance/comb.py
python_gls/variance/const_power.py
python_gls/variance/exp.py
python_gls/variance/fixed.py
python_gls/variance/ident.py
python_gls/variance/power.py
tests/test_against_r.py
tests/test_against_r_nlme.py
tests/test_correlation.py
tests/test_model.py
tests/test_stress.py
tests/test_variance.py