Skip to content

By Using Statistical Model ( ARIMA ) to Predict the Quantity Demand in future

License

Notifications You must be signed in to change notification settings

chusheng0505/Forecast-Modeling-and-Predictions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Forecast-Modeling-and-Predictions

By Using Statistical Model ( ARIMA ) to Predict the Quantity Demand in future

Raw Data
rawdata

Checking Trend-Seasonality of Data

  • If there is behaviour of increasing or decreasing trend , we have to remove it before modeling
    trend_seasonal_residual

Checking ACF and PACF

  • To get possible parameters p and q for ARIMA model
    ACF_PACF

Results of Modeling
result

Predictions for next three months

  • Predicting for next three months and calculate the confidence intervals of predictions
  • Confidence Intervels are based on 95% confidence levels and can be considerd as the possible upper and lower bounds.
    prediction

MAPE between Predctions and Actual Values (3 months)
MAPE(Mean Absolute Percentage Error) : 13.32% / 25.31% /19.55%

About

By Using Statistical Model ( ARIMA ) to Predict the Quantity Demand in future

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published