Also used in extracting
Code: Select all
boxjenk(....define=xx) xxx
com mapoly = %eqnlagpoly(xx, %mvgavge)
I use SET a / =%mvgavge. It shows nothing.
If I need to calculate (1+%beta(3))/(1-%beta(2)) after fitting ARIMA(1,1,1), is it correct
Code: Select all
com mapoly = %eqnlagpoly(xx, %mvgavge)
com arpoly = %eqnlagpoly(xx, y)
com com psi1=%polyvalue(mapoly,1)/%polyvalue(arpoly,1)