Skip to content

MakrandBhandari/Time-Series-Forecasting-in-R---Gasoline-Production-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Time-Series-Forecasting-in-R---Gasoline-Production-

We will use Box-Jenkins methodology for time-series analysis :

  1. Data conditioning & Model Selection : TS decomposition and Making TS stationary (Differencing & Dikey Fuller Test)
  2. Estimation of model parameters : Compute coefficients of model
  3. Model Validation : Analyzing residuals (normality, white noise, Ljung-Box test)

We used different ARIMA models to do the forecasting and compared them based on evaluation metrics like AIC,BIC and Log-likelihood values. Finally we selected the best model which was fulfilling all the criteria and statistical tests.

Releases

No releases published

Packages

No packages published

Languages