-
Notifications
You must be signed in to change notification settings - Fork 6
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
Exponential growth model for initial infections #116
Comments
Hey @damonbayer, as we discussed, this could be implemeted via a latent process either extending the current implementation of the infections module or adding a new one called something like |
From my understanding, there are three key times related to this implementation:
There is no reason that This issue relates to generating When we have variation in |
Yes. Since the only sampled quantities in the equation are That said, I am not sure I'm following why we need |
In that model, we have You could also imagine a scenario where |
So, I am thinking |
I agree with @damonbayer; my only minor quibble is notational. Proposed default: let i.o.w. seeding times are by default negative: |
Goal
Implement the initialization of the infections using an exponential growth model as in the wastewater model (see here):
Context
During discussions of feature prioritization. This particular component was not listed.
Required features
The feature should be implemented as a
RandomVariable
object part of thelatent
submodule.Specifications
These specs may be moved to a different issue involving other components of the replication of the hospital admissions model in the wastewater project.
Out of scope
The text was updated successfully, but these errors were encountered: