.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
.zenodo.json
Changelog.rst
LICENSE
README.md
noxfile.py
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/fitting.py
benchmarks/ruff.toml
benchmarks/simulator.py
binder/environment.yml
docs/Makefile
docs/about.rst
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/_autoapi_templates/python/class.rst
docs/notebooks/01_DRW.ipynb
docs/notebooks/02_Multiband.ipynb
docs/notebooks/03_DHO.ipynb
docs/notebooks/README.md
docs/pre_executed/04_TransferFunctions.ipynb
docs/pre_executed/05_DP1_LSDB.ipynb
docs/pre_executed/README.md
docs/pre_executed/experimental/05_KernelApproximations.ipynb
scripts/compare_fit_optimizers.py
src/eztaox/__init__.py
src/eztaox/_version.py
src/eztaox/fitter.py
src/eztaox/kernel_stat2.py
src/eztaox/models.py
src/eztaox/simulator.py
src/eztaox/ts_utils.py
src/eztaox.egg-info/PKG-INFO
src/eztaox.egg-info/SOURCES.txt
src/eztaox.egg-info/dependency_links.txt
src/eztaox.egg-info/requires.txt
src/eztaox.egg-info/top_level.txt
src/eztaox/kernels/__init__.py
src/eztaox/kernels/direct.py
src/eztaox/kernels/eqx_utils.py
src/eztaox/kernels/quasisep.py
src/eztaox/kernels/transfer_function.py
tests/conftest.py
tests/ruff.toml
tests/data/generate_data.py
tests/data/unit_test_lc.npz
tests/eztaox/test_fitter.py
tests/eztaox/test_kernel_stats.py
tests/eztaox/test_kernels_quasisep.py
tests/eztaox/test_laguerre_decomposition.py
tests/eztaox/test_models_quasisep.py
tests/eztaox/test_packaging.py
tests/eztaox/test_simulator.py
tests/eztaox/test_transfer_function.py
tests/eztaox/test_ts_utils.py