Closed debmalya191 closed 5 years ago
I have spent the last day focusing mostly on this problem. I'm very close to getting it to all work. I should have something tomorrow, possibly tonight after kids go to bed [I'm in Melbourne, 4pm here].
I believe this is now addressed.
See https://stackoverflow.com/questions/57010037/visualizing-modified-sir-model/57212880#57212880 for more detailed code implementing this in a discrete time SIRV model.
I've also introduced an example in the documentation:
https://epidemicsonnetworks.readthedocs.io/en/latest/examples/Simulation_Investigation.html
which does a continuous-time version SIRV model, with an additional difference being that the vaccine is randomly distributed, rather than just going to partners of infected individuals (as happens in the model you have).
Hi @joelmiller I have created a modified version of your SIR model and I wanted to do visualization on it.
My code-
i want to run this code from EON -
Thanks in advance!