autoarma
Posted: Mon Jul 22, 2019 4:20 pm
I'm developing an automatic arima model code, like this: in eviews 10
freeze(tabla_est!j)est!j.autoarma(maxar = 2, maxma = 2, maxsar = 1, maxsma = 1, avg = sic, forclen = !h) est!j_f detpos_!j detneg_!j
but, I have troubles because the term "average=sic" is not working, it does the calculations with the preset options.
freeze(tabla_est!j)est!j.autoarma(maxar = 2, maxma = 2, maxsar = 1, maxsma = 1, avg = sic, forclen = !h) est!j_f detpos_!j detneg_!j
but, I have troubles because the term "average=sic" is not working, it does the calculations with the preset options.