rajeshrinet / pyross

PyRoss: inference, forecasts, and optimised control of epidemiological models in Python. github.com/rajeshrinet/pyross
https://pyross.readthedocs.io
MIT License
169 stars 57 forks source link

Fixed SIkR model, added SEkIkR model + examples #18

Closed BenjaminRemez closed 4 years ago

BenjaminRemez commented 4 years ago

Fixed a typo that broke the SIkR model class, causing it crash when run. I also added a new model class SEkIkR that allows separate staggered incubation and recovery stages. I added an example notebook that demonstrates both.