Frequency analysis for confirmed cases of COVID-19 in 17 countries. The fitted distributions are: One-Parameter Exponential, Two-Parameter Exponential and Gumbel. In addition, the frequencies of historical events expressed as a return period in days.
paises={'Spain','USA','France','UnitedKindom','Colombia','India','Brasil','Argentina','Indonesia','Iran','Germany','Mexico','Russia','Turkey','Italia','Polonia','China'};
for i=1:length(paises)
fig=figure(i);
tag = strcat('dataset/',paises{i},'.txt');
data = abs(fix(load(tag)));
fnFrequencyAnalysis(data);
end
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Dataset: https://data.mendeley.com/datasets/kvnsn8nyhg/2
- Article: https://doi.org/10.3390/atmos10050257
- Article: https://doi.org/10.1016/j.scitotenv.2020.138817
- Alfonso Gutierrez-Lopez - alfonso.gutierrez@uaq.mx -
- Daniel Cantón-Enriquez - daniel.canton@uaq.mx
- Jose A. Niembro-Ceceña - jose.a.niembro@gmail.com
- Martin Muñoz Mandujano - martin.munoz.mandujano@uaq.mx
- Daniel Alarcon - dalarcon15@alumnos.uaq.mx
- Jorge Arcadia Guerrero - jarcadia530@alumnos.uaq.mx
- Ivan Gonzalez Garcia - ivan.glez@uaq.mx
- Agueda Areli Montes Gutierrez - aguedamogu@gmail.com
This project is licensed under the GPL-3.0 License