File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- --current-hospitalized 6
2
- --doubling-time 6.0
3
- --known-infected 157
4
- --relative-contact-rate 0.0
1
+ --current-hospitalized 14
2
+ --doubling-time 4.0
3
+ --known-infected 510
4
+ --relative-contact-rate 0.3
5
5
--hospitalized-los 7
6
- --hospitalized-rate 0.05
6
+ --hospitalized-rate 0.025
7
7
--icu-los 9
8
- --icu-rate 0.02
8
+ --icu-rate 0.0075
9
9
--market_share 0.15
10
10
--n-days 60
11
11
--susceptible 4119405
12
12
--ventilated-los 10
13
- --ventilated-rate 0.01
13
+ --ventilated-rate 0.005
Original file line number Diff line number Diff line change 17
17
bucks = bucks ,
18
18
philly = philly ,
19
19
),
20
- current_hospitalized = 6 ,
21
- doubling_time = 6 ,
22
- known_infected = 157 ,
20
+ current_hospitalized = 14 ,
21
+ doubling_time = 4 ,
22
+ known_infected = 510 ,
23
23
n_days = 60 ,
24
24
market_share = 0.15 ,
25
- relative_contact_rate = 0 ,
26
- hospitalized = RateLos (0.05 , 7 ),
27
- icu = RateLos (0.02 , 9 ),
28
- ventilated = RateLos (0.01 , 10 ),
25
+ relative_contact_rate = 0.3 ,
26
+ hospitalized = RateLos (0.025 , 7 ),
27
+ icu = RateLos (0.0075 , 9 ),
28
+ ventilated = RateLos (0.005 , 10 ),
29
29
)
You can’t perform that action at this time.
0 commit comments