Two step ahead autoregressive prediction
Is it possible to use the AR function in Matlab to train models such as:
y(t+2)=a(1)u(t-1)+a(2)u(t-2)+…+a(p)u(t-p)
rather than:
y(t+1)=a(1)u(t-1)+a(2)u(t-2)+…+a(p)u(t-p)
I want to avoid predicting y(t+2) using y(t+1).
Many thanksIs it possible to use the AR function in Matlab to train models such as:
y(t+2)=a(1)u(t-1)+a(2)u(t-2)+…+a(p)u(t-p)
rather than:
y(t+1)=a(1)u(t-1)+a(2)u(t-2)+…+a(p)u(t-p)
I want to avoid predicting y(t+2) using y(t+1).
Many thanks Is it possible to use the AR function in Matlab to train models such as:
y(t+2)=a(1)u(t-1)+a(2)u(t-2)+…+a(p)u(t-p)
rather than:
y(t+1)=a(1)u(t-1)+a(2)u(t-2)+…+a(p)u(t-p)
I want to avoid predicting y(t+2) using y(t+1).
Many thanks matlab, autoregression MATLAB Answers — New Questions