producing cellipse by using programming

For questions regarding programming in the EViews programming language.

Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt

ecofine
Posts: 28
Joined: Fri Sep 26, 2014 2:24 am

producing cellipse by using programming

Postby ecofine » Sun Oct 23, 2016 10:55 am

I am trying to produce ellipse contour by programming.
It is not working well.
Could you kindly help me solve this problem?

---
equation inv4.ls(cov=hac) dlcp c invum invum(-1) dlcp(-1)

inv4.cellipse c(2), c(3), c(4)
---

When I executed this program, then very quickly a picture of ellipse looked and passed away and not appeared finally.

How can I get the ellipse safely by programming?

Thank you!

IH

ecofine
Posts: 28
Joined: Fri Sep 26, 2014 2:24 am

Re: producing cellipse by using programming

Postby ecofine » Sun Oct 23, 2016 11:09 am

I found that each separate regression produces each different result; so I knew how to handle this.
When I asked several continuous orders on the one regression, then there came out the final order only;
like

equation inv7.ls(cov=hac) dlcp c invum invum(-1) dlcp(-1)
inv7.chow(f) 1997 ' parameter stabitlity test chow forcast test

inv7.rls(c) ' parameter stability - recursive parametr estimation

inv7.rls(q) ' chow sequential test - CUSUM test

the above programming produces the last result only; I don't know why.
-------------------------------------------------------------------------------------------
separate actions;

equation inv7.ls(cov=hac) dlcp c invum invum(-1) dlcp(-1)
inv7.chow(f) 1997 ' parameter stabitlity test chow forcast test

equation inv8.ls(cov=hac) dlcp c invum invum(-1) dlcp(-1)
inv8.rls(c) ' parameter stability - recursive parametr estimation

equation inv9.ls(cov=hac) dlcp c invum invum(-1) dlcp(-1)
inv9.rls(q) ' chow sequential test - CUSUM test

then I have each result safely.
-----------------------------------------------------------------------------------

So, I did this way.

If anybody knows who to get several results by one regression, let me know!

Thanks.

IH

EViews Gareth
Fe ddaethom, fe welon, fe amcangyfrifon
Posts: 13604
Joined: Tue Sep 16, 2008 5:38 pm

producing cellipse by using programming

Postby EViews Gareth » Sun Oct 23, 2016 11:21 am

Freeze each view into its own table object.

Code: Select all

Freeze(table7) eq07.chow(f) 1997


Return to “Programming”

Who is online

Users browsing this forum: No registered users and 2 guests