forked from TRACE-LAC/covid19-waves-bogota
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: added update confirmed cases * run: results waves * feat: added statsmodels * run: results severe outomes * fix: headers in best_model transpose * style: remove script date * run: results epidemiological distributions * fix: start date 1st wave * fix: severe outcomes * fix: epidemiological distributions * fix: update date confirmed cases * fix: summary tables --------- Co-authored-by: ntorresd <[email protected]>
- Loading branch information
1 parent
4dc41b6
commit 6ab6144
Showing
43 changed files
with
60,077 additions
and
60,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
,Gamma,Lognormal,Weibull,Exponential,Gen Lognormal | ||
Gamma,0.0,-562.1207735075732,1166.0487400438287,3994.0908468821726,-618.3517885057663 | ||
Lognormal,562.1207735075732,0.0,1728.169513551402,4556.211620389746,-56.23101499819313 | ||
Weibull,-1166.0487400438287,-1728.169513551402,0.0,2828.042106838344,-1784.400528549595 | ||
Exponential,-3994.0908468821726,-4556.211620389746,-2828.042106838344,0.0,-4612.442635387939 | ||
Gen Lognormal,618.3517885057663,56.23101499819313,1784.400528549595,4612.442635387939,0.0 | ||
Gamma,0.0,-547.5283709218493,1163.4985791060608,4007.5410287222767,-603.1672240652842 | ||
Lognormal,547.5283709218493,0.0,1711.02695002791,4555.069399644126,-55.63885314343497 | ||
Weibull,-1163.4985791060608,-1711.02695002791,0.0,2844.042449616216,-1766.665803171345 | ||
Exponential,-4007.5410287222767,-4555.069399644126,-2844.042449616216,0.0,-4610.708252787561 | ||
Gen Lognormal,603.1672240652842,55.63885314343497,1766.665803171345,4610.708252787561,0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
,Gamma,Lognormal,Weibull,Exponential,Gen Lognormal | ||
Gamma,0.0,-2772.0828999018995,6302.787957385415,33105.66278190556,-3321.511633026239 | ||
Lognormal,2772.0828999018995,0.0,9074.870857287315,35877.74568180746,-549.4287331243395 | ||
Weibull,-6302.787957385415,-9074.870857287315,0.0,26802.874824520142,-9624.299590411654 | ||
Exponential,-33105.66278190556,-35877.74568180746,-26802.874824520142,0.0,-36427.1744149318 | ||
Gen Lognormal,3321.511633026239,549.4287331243395,9624.299590411654,36427.1744149318,0.0 | ||
Gamma,0.0,-2771.406982435321,6302.684666462825,33106.205439037876,-3320.6686787450453 | ||
Lognormal,2771.406982435321,0.0,9074.091648898146,35877.6124214732,-549.2616963097244 | ||
Weibull,-6302.684666462825,-9074.091648898146,0.0,26803.52077257505,-9623.35334520787 | ||
Exponential,-33106.205439037876,-35877.6124214732,-26803.52077257505,0.0,-36426.87411778292 | ||
Gen Lognormal,3320.6686787450453,549.2616963097244,9623.35334520787,36426.87411778292,0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
,Gamma,Lognormal,Weibull,Exponential,Gen Lognormal | ||
Gamma,0.0,-1759.0193324124557,1222.3167177802243,9009.450350037223,-2143.343283491442 | ||
Lognormal,1759.0193324124557,0.0,2981.33605019268,10768.469682449679,-384.3239510789863 | ||
Weibull,-1222.3167177802243,-2981.33605019268,0.0,7787.133632256999,-3365.6600012716663 | ||
Exponential,-9009.450350037223,-10768.469682449679,-7787.133632256999,0.0,-11152.793633528665 | ||
Gen Lognormal,2143.343283491442,384.3239510789863,3365.6600012716663,11152.793633528665,0.0 | ||
Gamma,0.0,-1758.8175977233623,1222.5893378000765,9009.597201366036,-2143.0580654871883 | ||
Lognormal,1758.8175977233623,0.0,2981.4069355234387,10768.414799089398,-384.240467763826 | ||
Weibull,-1222.5893378000765,-2981.4069355234387,0.0,7787.007863565959,-3365.6474032872648 | ||
Exponential,-9009.597201366036,-10768.414799089398,-7787.007863565959,0.0,-11152.655266853224 | ||
Gen Lognormal,2143.0580654871883,384.240467763826,3365.6474032872648,11152.655266853224,0.0 |
Oops, something went wrong.