LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
birds/__init__.py
birds/calibrator.py
birds/forecast.py
birds/jacfwd.py
birds/mpi_setup.py
birds/posterior_estimators.py
birds/regularisation.py
birds/utils.py
birds/models/__init__.py
birds/models/autoregressive.py
birds/models/brock_hommes.py
birds/models/june.py
birds/models/model.py
birds/models/rama_cont.py
birds/models/random_walk.py
birds/models/sir.py
birds/models/stochastic_volatility.py
birdspy.egg-info/PKG-INFO
birdspy.egg-info/SOURCES.txt
birdspy.egg-info/dependency_links.txt
birdspy.egg-info/requires.txt
birdspy.egg-info/top_level.txt
test/test_calibrator.py
test/test_example.py
test/test_forecast.py
test/test_jacfwd.py
test/test_posterior_estimators.py
test/test_regularisation.py
test/test_utils.py