LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./docs/source/conf.py
./epydemix/__init__.py
./epydemix/calibration/__init__.py
./epydemix/calibration/abc.py
./epydemix/calibration/calibration_results.py
./epydemix/calibration/metrics.py
./epydemix/model/__init__.py
./epydemix/model/epimodel.py
./epydemix/model/predefined_models.py
./epydemix/model/simulation_output.py
./epydemix/model/simulation_results.py
./epydemix/model/transition.py
./epydemix/population/__init__.py
./epydemix/population/population.py
./epydemix/utils/__init__.py
./epydemix/utils/abc_smc_utils.py
./epydemix/utils/utils.py
./epydemix/visualization/__init__.py
./epydemix/visualization/plotting.py
./tests/__init__.py
./tests/conftest.py
./tests/test_abc.py
./tests/test_calibration_results.py
./tests/test_epimodel.py
./tests/test_metrics.py
./tests/test_plotting.py
./tests/test_population.py
./tests/test_predefined_models.py
./tests/test_simulation_results.py
./tests/test_tutorial1.py
./tests/test_tutorial2.py
./tests/test_tutorial3.py
./tests/test_tutorial4.py
./tests/test_tutorial5.py
./tests/test_tutorial6.py
./tests/fixtures/__init__.py
./validation/models/stochastic_seir.py
./validation/models/stochastic_seir_population.py
./validation/models/stochastic_sir.py
./validation/models/stochastic_sir_population.py
./validation/models/stochastic_sis.py
./validation/models/stochastic_sis_population.py
docs/source/conf.py
epydemix/__init__.py
epydemix.egg-info/PKG-INFO
epydemix.egg-info/SOURCES.txt
epydemix.egg-info/dependency_links.txt
epydemix.egg-info/requires.txt
epydemix.egg-info/top_level.txt
epydemix/calibration/__init__.py
epydemix/calibration/abc.py
epydemix/calibration/calibration_results.py
epydemix/calibration/metrics.py
epydemix/model/__init__.py
epydemix/model/epimodel.py
epydemix/model/predefined_models.py
epydemix/model/simulation_output.py
epydemix/model/simulation_results.py
epydemix/model/transition.py
epydemix/population/__init__.py
epydemix/population/population.py
epydemix/utils/__init__.py
epydemix/utils/abc_smc_utils.py
epydemix/utils/utils.py
epydemix/visualization/__init__.py
epydemix/visualization/plotting.py
tests/__init__.py
tests/conftest.py
tests/test_abc.py
tests/test_calibration_results.py
tests/test_epimodel.py
tests/test_metrics.py
tests/test_plotting.py
tests/test_population.py
tests/test_predefined_models.py
tests/test_simulation_results.py
tests/test_tutorial1.py
tests/test_tutorial2.py
tests/test_tutorial3.py
tests/test_tutorial4.py
tests/test_tutorial5.py
tests/test_tutorial6.py
tests/fixtures/__init__.py
validation/models/stochastic_seir.py
validation/models/stochastic_seir_population.py
validation/models/stochastic_sir.py
validation/models/stochastic_sir_population.py
validation/models/stochastic_sis.py
validation/models/stochastic_sis_population.py