Page 1 of 1

Disable Display Table for Arma inverted roots

Posted: Mon Jul 29, 2019 5:25 am
by Mgatmait
Hi, I can't find a way to prevent the graph from popping up whenever i use arma to get the inverted roots. Does anyone have a way to turn it off?

Re: Disable Display Table for Arma inverted roots

Posted: Mon Jul 29, 2019 7:23 am
by EViews Gareth
Could you provide more details? The graph won't pop up if you just estimate an ARMA.

Re: Disable Display Table for Arma inverted roots

Posted: Mon Jul 29, 2019 7:49 am
by Mgatmait

Code: Select all

eql.arma(save = roots)
i just did a simple line like this to give me the inverse roots for AR and MA. I just need the values not the graph, it pops up displaying the values in the unit circle everytime.

Re: Disable Display Table for Arma inverted roots

Posted: Mon Jul 29, 2019 7:50 am
by EViews Gareth
Use:

Code: Select all

do eq1.arma(save=roots)

Re: Disable Display Table for Arma inverted roots

Posted: Mon Jul 29, 2019 7:52 am
by Mgatmait
Thank you so much!!