-
Notifications
You must be signed in to change notification settings - Fork 4
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
Function to backcalculate Rt and the growth rate #116
Comments
This is a good idea, but not really implementable in an arbitrary model. Do you mean one with a single infected type as per how we have been doing it? |
yes and I was thinking we would use it in the generated quantities return and make sure it only got called via multiple dispatch when it would work (would need to have some kind of function that it nested in though not sure what to call that given that generated_quantities is taken...) -> maybe |
Handling this as part of #165 |
backcalculating Rt is handled in #184 |
Is this complete? I don't think we have a function for the growth rate explicitly (though as it can wrap the Rt one perhaps we do) |
I'm doing this for the pipeline... which means avoiding dealing with multi-groups. Would that close this issue? |
Shall we just make a |
As shown here:
Rt-without-renewal/EpiAware/docs/src/examples/getting_started.jl
Lines 331 to 332 in 0c03621
We need a function to backcalculate Rt and the growth rate from infections generated in an arbitrary model
The text was updated successfully, but these errors were encountered: