Hi there;
I need to produce such an equation for a time series using arima model:
y(t) = y(t-1) + a*x(t) + b*x(t-1)
I know if I use for example arima (1,0,0) with x as the exogenous variable,
the arima function gives the value of ar, ma and a (the constant for x(t)). But what is the value of b?
Should I manually add lag (x,-1) as another exogenous variable (regressor)?
I hope I was able to explain myself, clearly.
Any help will be appreciated,
Hamideh