We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab2ea7 commit 0772ee2Copy full SHA for 0772ee2
src/penn_chime/models.py
@@ -42,8 +42,10 @@ def __init__(self, p: Parameters):
42
43
self.keys = ("susceptible", "infected", "recovered")
44
45
+ # An estimate of the number of infected people on the day that
46
+ # the first hospitalized case is seen
47
+ #
48
# Note: this should not be an integer.
- # We're appoximating infected from what we do know.
49
infected = (
50
1.0 / p.market_share / p.hospitalized.rate
51
)
0 commit comments