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 - [email protected] -
- Daniel Cantón-Enriquez - [email protected]
- Jose A. Niembro-Ceceña - [email protected]
- Martin Muñoz Mandujano - [email protected]
- Daniel Alarcon - [email protected]
- Jorge Arcadia Guerrero - [email protected]
- Ivan Gonzalez Garcia - [email protected]
- Agueda Areli Montes Gutierrez - [email protected]
This project is licensed under the GPL-3.0 License