How is ARIMAX different from ARIMA?
Question
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
It will take less than 1 minute to register for lifetime. Bonus Tip - We don't send OTP to your email id Make Sure to use your own email id for free books and giveaways
Answer ( 1 )
The ARIMA model is ARIMA(p,d,q)
where p = no of previous lags which are significant in determining present value.
d = The order of differencing you need to do to make the time series stationary.
q = The no of error terms in the previous lags which are significant in determining the present value.
The ARIMAX model differs from ARIMA in the X component which stands for exogenous variables.
Exogenous stands for having an external cause or origin.
While forecasting a particular time series there can be external factors like unemployment, inflation,
natural calamity,political change which affects the value of time series. The ARIMAX model takes these
factors into consideration while forecasting.
To give a perfect example, if you are forecasting stock prices for any company at present.
When the covid-19 crisis struck the world, the value of many stocks dipped. Now, this was unprecedented
and the value of the stocks did not depend on how the prices varied during some past couple of years
but the virus played a critical role in affecting the prices of the stock.