Page 1 of 1
How estimate AR(1) please help
Posted: Thu May 03, 2012 10:32 am
by TonyG
deleted
Re: How estimate AR(1) please help
Posted: Thu May 03, 2012 10:32 am
by TonyG
I am using Eviews 7 BTW
Re: How estimate AR(1) please help
Posted: Thu May 03, 2012 10:36 am
by TonyG
Deleted
How estimate AR(1) please help
Posted: Thu May 03, 2012 10:42 am
by EViews Gareth
Read the first few chapters of EViews Illustrated.
http://eviews.com/illustrated/illustrated.html
Re: How estimate AR(1) please help
Posted: Thu May 03, 2012 10:46 am
by EViews Esther
Code: Select all
equation eq1.ls matkonsvt c matkonsvt(-1)
or
Code: Select all
equation eq1.ls matkonsvt = c(1) + c(2)*matkonsvt(-1)
Re: How estimate AR(1) please help
Posted: Thu May 03, 2012 10:49 am
by TonyG
deleted
Re: How estimate AR(1) please help
Posted: Thu May 03, 2012 10:50 am
by EViews Esther
In the command window.
I also suggest you to read the first few chapters of EViews illustrated.