Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

Davinchigh/Time-Series-Analysis-of-COVID-19-Cases-Using-Holt-Winters-and-Autoregressive-Models-For-Ghana-

Domain:

healthcare

Record type:

software
Creator:
Dav
Host:
Reproducible Python time-series pipeline for Ghana COVID-19 daily cases (WHO): data cleaning, STL + ADF/KPSS stationarity, Holt-Winters & AutoReg with rolling CV/diagnostics, 28-day forecasts, and auto-generated plots/reports # Time Series Analysis of COVID-19 Cases (Ghana) Reproducible pipeline (Holt–Winters and AutoReg) for WHO Ghana daily COVID-19 cases. Includes robust cleaning from cumulative series, EDA, STL, stationarity tests, rolling-origin CV, diagnostics, and 28-day forecasts with intervals. Chapter 3 and 4 markdowns are auto-generated. ## Structure - code/ - run_all.py (main pipeline) - quick_sanity_check.py (optional) - data/ - ghana_data.csv (put your WHO CSV here; ignored by Git) - cleaned_ghana_cases.csv (created by the pipeline; ignored by Git) - images/ (plots + summary tables) - models/ (saved models; ignored by Git) - report/ - chapter3_methodology.md - chapter4_results.md ## Environment (Windows 11, Python 3.11) - Create venv: - python -m venv .venv - Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass - .\.venv\Scripts\Activate.ps1 - Install packages: - python -m pip install --upgrade pip setuptools wheel - python -m pip install --only-binary=:all: numpy==1.26.4 scipy==1.12.0 - python -m pip install pandas==2.2.2 statsmodels==0.14.1 scikit-learn==1.4.2 matplotlib==3.8.4 seaborn==0.13.2 openpyxl==3.1.2 dataframe-image==0.1.11 - (optional) python -m pip install pmdarima==2.0.4 ## How to run - Save WHO CSV as: data/ghana_data.csv - Run: - python code\run_all.py ## Outputs - images/01_raw_and_ma7.png (raw + 7-day MA) - images/02_stl_decomposition.png (STL) - images/hw_holdout_results.csv, images/ar_holdout_results.csv - images/model_comparison.csv - images/10_final_forecasts.png, images/final_forecasts.csv - report/chapter3_methodology.md, report/chapter4_results.md

Visit

github.com

Licenses

MIT

Similar

Time series prediction of under-five mortality rates for Nigeria: comparative analysis of artificial neural networks, Holt-Winters exponential smoothing and autoregressive integrated moving average modelsComparison of Active COVID-19 Cases per Population Using Time-Series ModelsAdditional file 1 of Time series prediction of under-five mortality rates for Nigeria: comparative analysis of artificial neural networks, Holt-Winters exponential smoothing and autoregressive integrated moving average modelsForecasting COVID-19 Cases in Egypt Using ARIMA-Based Time-Series AnalysisComparison between the Holt-Winters and SARIMA Models in the Prediction of NDVI in an Arid Region in Kenya using Pixel-wise NDVI Time SeriesPREDICTING COVID-19 CASES IN GHANA: EXPLORING MACHINE LEARNING AND TIME SERIES MODELLING

Time series prediction of under-five mortality rates for Nigeria: comparative analysis of artificial neural networks, Holt-Winters exponential smoothing and autoregressive integrated moving average models

Abstract Background Accurate forecasting model for under-five mortality rate (U5MR) is essential for

Comparison of Active COVID-19 Cases per Population Using Time-Series Models

This research explored the precision of diverse time-series models for COVID-19 epidemic detection i

Additional file 1 of Time series prediction of under-five mortality rates for Nigeria: comparative analysis of artificial neural networks, Holt-Winters exponential smoothing and autoregressive integrated moving average models

Additional file 1Table S1. Aggregated under-five mortality rates for Nigeria, 1964–2017.

Forecasting COVID-19 Cases in Egypt Using ARIMA-Based Time-Series Analysis

Objectives: The World Health Organization declared the novel coronavirus (COVID-19) outbreak a publi

Comparison between the Holt-Winters and SARIMA Models in the Prediction of NDVI in an Arid Region in Kenya using Pixel-wise NDVI Time Series

Desertification is major issue in arid and semi-arid lands (ASAL) with devastating environmental and

PREDICTING COVID-19 CASES IN GHANA: EXPLORING MACHINE LEARNING AND TIME SERIES MODELLING