Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error in infection flux of sir_typed.json #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

djinnome
Copy link
Contributor

$inf = \beta\frac{[S]\cdot[I]}{[S] + [I] + [R]}$

So,

"expression": "S*I*beta/(S+I+R)",

instead of

"expression": "S*I*beta",

@djinnome djinnome changed the title Update sir_typed.json Fix error in infection flux of sir_typed.json Jul 13, 2023
@jpfairbanks
Copy link
Collaborator

The SIR example doesn't divide by N.

"expression": "S*I*beta",

There are no units in this model. So I don't this this is an error. I think this model is just written in terms of concentrations rather than populations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants