/FrequencyAnalysis

Frequency analysis for confirmed cases of COVID-19 in 17 countries.

Primary LanguageMATLABGNU General Public License v3.0GPL-3.0

Frequency Analysis

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.

Example

MATLAB

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

References

Intellectual author

Code

Contributors

License

This project is licensed under the GPL-3.0 License