How can i get %xx variables

For questions and discussion related to graphs, reports, and other output, including issues related to presenting or publishing results.
abi
Posts: 74
Joined: Sat Apr 13, 2013 3:48 am

How can i get %xx variables

Unread post by abi »

Dear Tom,

After running a multivariate GARCH model six variables including xx(1,1), xx(2,1),...,xx(3,3) are generated. Although they are easily visible, but i can not use them e.i when i use "print / xx(1,1)" instruction, the below error occurs.

## SX11. Identifier XX is Not Recognizable. Incorrect Option Field or Parameter Order?
>>>>print / xx(<<<<

Please guide how can i save them.

Thank's in advance
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: How can i get %xx variables

Unread post by TomDoan »

Those are coefficients, not "variables". What are you trying to do with them?
abi
Posts: 74
Joined: Sat Apr 13, 2013 3:48 am

Re: How can i get %xx variables

Unread post by abi »

Thank's Tom,

Actually i want to create new series by them, is it possible?
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: How can i get %xx variables

Unread post by TomDoan »

I'm not sure what you mean. Those are just single numbers.
abi
Posts: 74
Joined: Sat Apr 13, 2013 3:48 am

Re: How can i get %xx variables

Unread post by abi »

TomDoan wrote:I'm not sure what you mean. Those are just single numbers.

suppose i want to set each entry of a new series (i.e. XX1) to the corresponding entry of xx(i,j).
TomDoan
Posts: 7814
Joined: Wed Nov 01, 2006 4:36 pm

Re: How can i get %xx variables

Unread post by TomDoan »

What are you trying to do with them (in the end)? Setting a whole series to a single estimated coefficient doesn't seem to make sense. You can just pull the numbers out of the %BETA vector---look at the output and see what elements they are.
Post Reply