Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 622 Bytes

File metadata and controls

9 lines (6 loc) · 622 Bytes

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.