VARForecast (VAR forecasting)
EViews Gareth wrote:You want VAR->Makemodel in the VAR section of the Object Reference, then Model->Solve and Model->SolveOpt in the Model section of the Object Reference.Thank you Gareth! I...
View ArticleEviews code for Panel threshold of Hansen
Hi friends.I want to know does any body knows How we can run a dynamic threshold panel approach?
View ArticleCode for adcc garch (diagonal)
I guess, it is more professional when you see the post, then you must advice, I cannot believe that nobody knows the answer.....
View ArticleFRED/ALFRED series attributes question
Dear all,I really like the new fred/alfred integration, and I made extensive use of the EV8 version. It makes life a lot easier than using the fredapi wrapper in python directly. This becomes even more...
View ArticleDifferenced model to level model
Hey,I've estimated a differenced model : D(LGDP)=0.51+0.097*(LDFI)+0.01(LGDP(-6)) : the estimated model (1st difference as you see)I need the level estimated model : LGDP = any help/suggestion please?
View ArticleDifferenced model to level model
The forecast tab should give you the option of forecasting either D(LGDP) or LGDP. Alternatively,LGDP_2 = D(LGDP)_2 + LGDP_1etc.
View ArticleDifferenced model to level model
startz wrote:The forecast tab should give you the option of forecasting either D(LGDP) or LGDP. Alternatively,LGDP_2 = D(LGDP)_2 + LGDP_1etc.it worked thank you so much
View ArticleFRED/ALFRED series attributes question
If you use the fetch command, the attributes are also retrieved and can be viewed in the label view of the series.Code:create u 1000fetch fred::gdpdef@20150101show GDPDEF_20150101.label 'note: use the...
View ArticleFRED/ALFRED series attributes question
That is absolutely perfect. One last question: Is the structure of the label the same for every series - i.e. will every series have identical attributes, regardless of its characteristics/entries in...
View ArticleFRED/ALFRED series attributes question
Each object's label will only show the attributes that it has. So if every object in your workfile has the same set of attributes, then yes, they will all have the same layout to their label view.When...
View ArticleFRED/ALFRED series attributes question
Thats wonderful - thanks Gareth! It really saves a lot of time writing a .py with fredapi.
View ArticleFRED/ALFRED series attributes question
Ah - sorry to spam. I meant to mention this earlier: the label attribute names appear to be a bit different: is there any documentation about this? For example, compare:Code:{ "realtime_start":...
View ArticleFitting GARCH model
Hi.... Sorry about my English.I'm a final year student. my research is forecasting petrol demand. i want to fit GARCH model. i am using 260 weekly data. IS there a method in EVIEWS to find optimal lag...
View Article"Near Singular Matrix Error"
Hi, I have searched the web, including this forum, but with no success, so I was hoping someone could help me with my problem.I get the following error when trying to run my model:"Near Singular Matrix...
View Articleimpulse-response analysis
Hello, I have a simple question I could not find a direct answer for in the forum concerning the unrestricted VAR and irf... is it possible to get a impulse-response analysis at different points in...
View ArticleDefault text position on a graph
Hi everybody,I just upload from EViews 8 to 9 and some graphical line of code does not work anymore.It is the following :Code:myGraph.addtext(font(b)) %textEViews prompts a pop-up windows indicating...
View ArticleEviews running on OS X El Capitan
I've just installed Eviews 9 Student edition lite on a Mac running OS X 10.11 El Capitan and I read that Eviews just wouldn't work on it. How much time will I have to wait until the bug is fixed and...
View ArticleEviews running on OS X El Capitan
We do not have an exact eta, but we're hopeful it will within a few weeks at the most.
View ArticleDefault text position on a graph
We will get it fixed. For now specify 0,0.Code:myGraph.addtext(0,0,font(b)) %text
View Article