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
Copy file name to clipboardExpand all lines: docs/parameters.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,23 +22,16 @@ Other parameters, such as report generation and maximum runtime do not affect mo
22
22
## Symptom status parameters
23
23
The following input parameters characterize the progression of illness in infected individuals. The parameters specify the probability of progressing to a particular state (mild, severe, critical, and dead) and specify the delay distributions (assumed to be log normally distributed) for each progression.
24
24
-`probability_mild_given_infect`: Probability an infected person develops mild illness
25
-
-`infect_to_mild_mu`: Mu parameter for log normal delay distribution from infection to mild illness
26
-
-`infect_to_mild_sigma`: Sigma parameter for log normal delay distribution from infection to mild illness
25
+
-`infect_to_mild_delay`: Log normal delay distribution from infection to mild illness; struct with `mu` and `sigma` parameters
27
26
-`probability_severe_given_mild`: Probability a person with mild illness develops severe illness
28
-
-`mild_to_severe_mu`: Mu parameter for log normal delay distribution from mild to severe illness
29
-
-`mild_to_severe_sigma`: Sigma parameter for log normal delay distribution from mild to severe illness
30
-
-`mild_to_resolved_mu`: Mu parameter for log normal delay distribution from mild illness to resolution
31
-
-`mild_to_resolved_sigma`: Sigma parameter for log normal delay distribution from mild illness to resolution
27
+
-`mild_to_severe_delay`: Log normal delay distribution from mild to severe illness; struct with `mu` and `sigma` parameters
28
+
-`mild_to_resolved_delay`: Log normal delay distribution from mild illness to resolution; struct with `mu` and `sigma` parameters
32
29
-`probability_critical_given_severe`: Probability a person with severe illness develops critical illness
33
-
-`severe_to_critical_mu`: Mu parameter for log normal delay distribution from severe to critical illness
34
-
-`severe_to_critical_sigma`: Sigma parameter for log normal delay distribution from severe to critical illness
35
-
-`severe_to_resolved_mu`: Mu parameter for log normal delay distribution from severe illness to resolution
36
-
-`severe_to_resolved_sigma`: Sigma parameter for log normal delay distribution from severe illness to resolution
30
+
-`severe_to_critical_delay`: Log normal delay distribution from severe to critical illness; struct with `mu` and `sigma` parameters
31
+
-`severe_to_resolved_delay`: Log normal delay distribution from severe illness to resolution; struct with `mu` and `sigma` parameters
37
32
-`probability_dead_given_critical`: Probability a person with critical illness dies
38
-
-`critical_to_dead_mu`: Mu parameter for log normal delay distribution from critical illness to death
39
-
-`critical_to_dead_sigma`: Sigma parameter for log normal delay distribution from critical illness to death
40
-
-`critical_to_resolved_mu`: Mu parameter for log normal delay distribution from critical illness to resolution
41
-
-`critical_to_resolved_sigma`: Sigma parameter for log normal delay distribution from critical illness to resolution
33
+
-`critical_to_dead_delay`: Log normal delay distribution from critical illness to death; struct with `mu` and `sigma` parameters
34
+
-`critical_to_resolved_delay`: Log normal delay distribution from critical illness to resolution; struct with `mu` and `sigma` parameters
42
35
43
36
## Model execution parameters
44
37
The following parameters specified in the input parameter dictionary are relevant to model output and execution, but do not affect dynamics. All report variables can be turned off using `"write": false` in the input file.
0 commit comments