I have an Arima(1,1,1) model with predictors var1+var2+var3
, but am struggling with how to write the equation. The problem is that on all of the sources I see a variation of the following is given.
$$\left( 1 - \sum_{i=1}^p \phi_i L^i\right) (1-L)^d y_t = \delta + \left( 1 + \sum_{i=1}^q \theta_i L^i \right) \varepsilon_t . $$
Is there a way to write the equation solving for $y_t$? I find that the above equation is difficult to understand. Though I have the model saved in R the users of the forecast want the coefficients so they can plug them into excel and I don't have a good way to explain the formula solving for $y_t$