springer-math / Mathematics-of-Epidemics-on-Networks

Source code accompanying 'Mathematics of Epidemics on Networks' by Kiss, Miller, and Simon http://www.springer.com/us/book/9783319508047 . Documentation for the software package is at https://epidemicsonnetworks.readthedocs.io/en/latest/
MIT License
150 stars 61 forks source link

Is the fast_SIR module belong to the complex or simple contagion ? #91

Closed mauimoana closed 1 year ago

mauimoana commented 1 year ago

Hi, could you tell me whether the fast_SIR module belongs to the complex or simple contagions?

image

Thanks for your time.

joelmiller commented 1 year ago

It solves the SIR model, which is a type of 'simple contagion'. It uses its own specialized method which is different from the 'simple contagion' code.

mauimoana commented 1 year ago

Got it. Thanks for your kind help. Best wishes.