You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
The text was updated successfully, but these errors were encountered: