ebadatibnbabar / Rainfall-Forecasting-ARIMA

Application of the ARIMA model to forecast rainfall patterns. Leveraging time-series analysis techniques, it predicts future rainfall levels by analyzing historical data specifically from Bahawalnagar District, Punjab, Pakistan.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rainfall Forecasting using ARIMA Model

Application of the AutoRegressive Integrated Moving Average (ARIMA) model to forecast rainfall patterns. Leveraging time-series analysis techniques, it predicts future rainfall levels by analyzing historical data specifically from Bahawalnagar District, Punjab, Pakistan. Additionally, this project aids in anticipating drought patterns across the region.

Rainfall Forecasting ARIMA

Model Type

The ARIMA (AutoRegressive Integrated Moving Average) model employed in this repository is a stochastic time series analysis technique utilized for forecasting rainfall patterns. ARIMA models are adept at capturing both short-term and long-term dependencies within sequential data, making them particularly suitable for modeling and predicting temporal phenomena such as rainfall fluctuations.

Data

The repository contains time series data consisting of monthly rainfall data spanning from 1992 to 2021. This data was meticulously recorded by the Pakistan Meteorological Department and obtained for M.Phil Research purposes.

Requirements

  • RStudio version 2023.06.1 Build 524
  • R Libraries: lubridate, ggplot2, readxl, tidyverse, dplyr, astsa, forecast, urca, ggfortify, tsutils, writexl

Citation

If you use this repository or the data provided, please cite the following:

About

Application of the ARIMA model to forecast rainfall patterns. Leveraging time-series analysis techniques, it predicts future rainfall levels by analyzing historical data specifically from Bahawalnagar District, Punjab, Pakistan.


Languages

Language:R 100.0%