.coverage
.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.in
requirements.txt
setup.cfg
setup.py
.circleci/config.yml
.github/workflows/publish.yml
doc/covariance.pdf
doc/source/class_ref.rst
doc/source/conf.py
doc/source/discounting.rst
doc/source/example.rst
doc/source/example1.rst
doc/source/index.rst
doc/source/installation.rst
doc/source/pydlm_user_guide.rst
doc/source/simple_example.rst
doc/source/img/example_plot_a.png
doc/source/img/example_plot_all.png
doc/source/img/example_plot_b.png
doc/source/img/intro_discount_09.png
doc/source/img/intro_discount_1.png
doc/source/img/intro_plot_all.png
doc/source/img/intro_plot_comp_mean.png
doc/source/img/intro_plot_comp_mean_ar3.png
doc/source/img/intro_plot_in_1.png
doc/source/img/intro_plot_state.png
doc/source/img/intro_plot_wo_smooth.png
doc/source/img/readmePlot1.png
doc/source/img/readmePlot2.png
doc/source/img/readmePlot3.png
doc/source/img/readmePlot4.png
doc/source/img/readmePlot5.png
doc/source/img/unemployment_1.png
doc/source/img/unemployment_10-1.png
doc/source/img/unemployment_10-2.png
doc/source/img/unemployment_10.png
doc/source/img/unemployment_11.png
doc/source/img/unemployment_12.png
doc/source/img/unemployment_2.png
doc/source/img/unemployment_3-1.png
doc/source/img/unemployment_3-2.png
doc/source/img/unemployment_3.png
doc/source/img/unemployment_4-1.png
doc/source/img/unemployment_4-2.png
doc/source/img/unemployment_4.png
doc/source/img/unemployment_5.png
doc/source/img/unemployment_6.png
doc/source/img/unemployment_7.png
doc/source/img/unemployment_8-1.png
doc/source/img/unemployment_8-2.png
doc/source/img/unemployment_8.png
doc/source/img/unemployment_9-1.png
doc/source/img/unemployment_9-2.png
doc/source/img/unemployment_9.png
examples/unemployment_insurance/data.csv
examples/unemployment_insurance/main.py
pydlm/__init__.py
pydlm/dlm.py
pydlm.egg-info/PKG-INFO
pydlm.egg-info/SOURCES.txt
pydlm.egg-info/dependency_links.txt
pydlm.egg-info/not-zip-safe
pydlm.egg-info/requires.txt
pydlm.egg-info/top_level.txt
pydlm/access/__init__.py
pydlm/access/_dlmGet.py
pydlm/access/dlmAccessMod.py
pydlm/base/__init__.py
pydlm/base/baseModel.py
pydlm/base/kalmanFilter.py
pydlm/base/tools.py
pydlm/core/__init__.py
pydlm/core/_dlm.py
pydlm/modeler/__init__.py
pydlm/modeler/autoReg.py
pydlm/modeler/builder.py
pydlm/modeler/component.py
pydlm/modeler/dynamic.py
pydlm/modeler/longSeason.py
pydlm/modeler/matrixTools.py
pydlm/modeler/seasonality.py
pydlm/modeler/trends.py
pydlm/plot/__init__.py
pydlm/plot/dlmPlot.py
pydlm/plot/dlmPlotMod.py
pydlm/predict/__init__.py
pydlm/predict/_dlmPredict.py
pydlm/predict/dlmPredictMod.py
pydlm/tuner/__init__.py
pydlm/tuner/_dlmTune.py
pydlm/tuner/dlmTuneMod.py
pydlm/tuner/dlmTuner.py
scripts/bootstrap
tests/__init__.py
tests/testDlm.py
tests/access/__init__,py
tests/access/test_dlmGet.py
tests/base/__init__.py
tests/base/testKalmanFilter.py
tests/core/__init__.py
tests/core/test_dlm.py
tests/modeler/__init__.py
tests/modeler/testAutoReg.py
tests/modeler/testBuilder.py
tests/modeler/testDynamic.py
tests/modeler/testLongSeason.py
tests/modeler/testSeasonality.py
tests/modeler/testTrends.py
tests/plot/testDlmPlot.py
tests/predict/__init__.py
tests/predict/test_dlmPredict.py
tests/tuner/__init__,py
tests/tuner/testDlmTuner.py
tests/tuner/test_dlmTune.py