This repository contains a time series analysis of COVID-19 death data using R.
The data was collected via the IMNA News Agency (Municipality News Agency), which published official local COVID-19 statistics daily.
The project focuses on trend modeling, statistical diagnostics, variance stabilization, and forecasting using ARIMA models.
- Covid_Death.r β Main R script for analysis
- Isfahan_Data.csv β Raw dataset (cases and deaths)
- Report.pdf β Full statistical report
- README.md β Project documentation
The dataset contains daily COVID-19 statistics:
- Time β Date of observation
- Covid-19 β Number of confirmed cases
- Death β Number of deaths
This analysis focuses on the Death variable.
- Analyze the trend of COVID-19 deaths over time
- Fit regression and time series models
- Check statistical assumptions
- Apply variance-stabilizing transformations
- Forecast future values using ARIMA