Skip to content

Commit

Permalink
Merge branch 'main' into documentation-gitbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jcblemai authored Jul 11, 2024
2 parents 7f18e30 + 4485458 commit 06a462c
Show file tree
Hide file tree
Showing 10 changed files with 1,273 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ seir:

seir_modifiers:
scenarios:
- Ro_all
- inference
modifiers:
Ro_mod: # assume same for all subpopulations
method: SinglePeriodModifier
Expand Down Expand Up @@ -86,7 +86,7 @@ seir_modifiers:
sd: 0.025
a: -0.1
b: 0.1
Ro_all:
inference:
method: StackedModifier
modifiers: ["Ro_mod","Ro_lockdown"]

Expand Down Expand Up @@ -122,10 +122,10 @@ outcomes:

outcome_modifiers:
scenarios:
- test_limits
- all
modifiers:
# assume that due to limitations in testing, initially the case detection probability was lower
test_limits:
all:
method: SinglePeriodModifier
parameter: incidCase
subpop: "all"
Expand Down
Loading

0 comments on commit 06a462c

Please sign in to comment.