COPYING
MANIFEST.in
README.md
TODO.md
pyproject.toml
setup.py
csrc/drvarma_api.c
csrc/drvarma_api.h
csrc/internal/drvmlest.c
csrc/internal/elfvarma.c
csrc/internal/main.h
csrc/internal/multshea.c
csrc/internal/nlatools.c
csrc/internal/qnewtopt.c
docs/DEVELOPER_GUIDE.md
docs/INP_FORMAT.md
docs/PURE_PYTHON_PLAN.md
docs/STATUS.md
docs/USER_GUIDE.md
src/drvarma/__init__.py
src/drvarma/_as311.py
src/drvarma/_ascii.py
src/drvarma/_build_cffi.py
src/drvarma/_engine.py
src/drvarma/_pyfug.py
src/drvarma/_qnewt.py
src/drvarma/cli.py
src/drvarma/datasets.py
src/drvarma/deseason.py
src/drvarma/diagnostics.py
src/drvarma/elfvarma_py.py
src/drvarma/estimate_py.py
src/drvarma/forecast.py
src/drvarma/inp.py
src/drvarma/irf.py
src/drvarma/model.py
src/drvarma/plots.py
src/drvarma/report.py
src/drvarma/report_forecast.py
src/drvarma/series.py
src/drvarma/transform.py
src/drvarma/volatility.py
src/drvarma.egg-info/PKG-INFO
src/drvarma.egg-info/SOURCES.txt
src/drvarma.egg-info/dependency_links.txt
src/drvarma.egg-info/entry_points.txt
src/drvarma.egg-info/requires.txt
src/drvarma.egg-info/top_level.txt
tests/test_datasets.py
tests/test_deseason.py
tests/test_diagnostics.py
tests/test_estimate_cffi.py
tests/test_estimate_py.py
tests/test_forecast.py
tests/test_io_transform.py
tests/test_irf.py
tests/test_plots.py
tests/test_plots_jt.py
tests/test_pure_python_out.py
tests/test_pyfug_adapter.py
tests/test_recursive.py
tests/test_reliability.py
tests/test_report.py
tests/test_report_forecast.py
tests/test_residual_report.py
tests/test_volatility.py