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

Implement more sophisicated recovery/symptom process? #55

Open
k88hudson-cfa opened this issue Feb 12, 2025 · 1 comment · May be fixed by #63
Open

Implement more sophisicated recovery/symptom process? #55

k88hudson-cfa opened this issue Feb 12, 2025 · 1 comment · May be fixed by #63

Comments

@k88hudson-cfa
Copy link
Collaborator

Right now in the model, a person's recovery is scheduled according to the global infection duration parameter.

Do we want to handle this in some more sophisticated way?

@ChiragKumar9
Copy link
Collaborator

I'm going to propose that we add a method to the InfectiousnessRateFn trait that returns the infectiousness duration. That parameter can either be set by other parameters (in the case of EmpiricalRate, it will be the maximum time value inputted) or by the user (in the case of ConstantRate, it will be user-specified). This allows infectiousness recovery time to be set on a per-person basis.

This is separate from health status/symptom recovery, which we will be landing in a separate PR.

cc @confunguido

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