Entering edit mode
8.1 years ago
raplayer
▴
10
Hey guys,
I'm wondering if there is a library/package in python that implements the SEIR-SEI (suseptible, exposed, infected, recovered) model.
If not, I'd appreciate any resources on the subject.
Thanks! Robert
I don't know of any direct packages - but there is a lot of python code out there that implements SIR etc models. An example from the scipy book:
http://scipython.com/book/chapter-8-scipy/additional-examples/the-sir-epidemic-model/
The book I learnt from was by Keeling and Rohani, alot of their code is available - not python but you may be able to adapt:
http://www.modelinginfectiousdiseases.org
This is a great start for me Tonor. Thanks a lot for the links!
Hey Guys! there is someone who can give me an algorithm that unifies the SEIR model and scale free network?