Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ECheynet authored Jun 3, 2020
1 parent 5cec0f3 commit 41362b6
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
Binary file modified ChineseProvinces.mlx
Binary file not shown.
Binary file modified Documentation.mlx
Binary file not shown.
Binary file modified Example_Country.mlx
Binary file not shown.
Binary file modified Example_US_cities.mlx
Binary file not shown.
Binary file modified Example_province_region.mlx
Binary file not shown.
Binary file modified FrenchRegions.mlx
Binary file not shown.
Binary file modified ItalianRegions.mlx
Binary file not shown.
2 changes: 1 addition & 1 deletion getMultipleWaves.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
%% Simulate first wave
% Initial conditions
Q0 = Active(indT1(1));
E0 = 0.5*Q0; % Initial number of exposed cases. Unknown but unlikely to be zero.
E0 = 0.25*Q0; % Initial number of exposed cases. Unknown but unlikely to be zero.
I0 = 5*E0; % Initial number of infectious cases. Unknown but unlikely to be zero.
R0 = Recovered(indT1(1));
D0 = Deaths(indT1(1));
Expand Down
Binary file modified simulateMultipleWaves.mlx
Binary file not shown.

0 comments on commit 41362b6

Please sign in to comment.