epirecipes / sir-julia

Various implementations of the classical SIR model in Julia
MIT License
196 stars 39 forks source link

sellke construction #40

Closed slwu89 closed 2 years ago

slwu89 commented 2 years ago

@sdwfrost I added an example of the Sellke SIR model following the "adding new examples" guide, to address #37.

slwu89 commented 2 years ago

@sdwfrost the sellke model now outputs a temporal trajectory and plots it, like the other examples.