Search found 39 matches

by xprimexinverse
Mon Mar 06, 2017 4:26 am
Forum: Econometric Discussions
Topic: ARMA Model
Replies: 4
Views: 7536

Re: ARMA Model

Might be easier to help if you could provide the data. Otherwise, this could end up going back and forth. Thanks. By the way, my initial impression is that you have too many parameters in your model. Think from a theoretical standpoint, if stock markets are unpredictable (random walk hypothesis), th...
by xprimexinverse
Sun Mar 05, 2017 3:07 pm
Forum: Estimation
Topic: The (not so) Dynamic forecasting in State Space models
Replies: 5
Views: 5955

Re: The (not so) Dynamic forecasting in State Space models

Hi, Take a look at the program below. I think it's possible to do it if you use the makefilter command and set-up a loop. I demonstrate this below by forecasting an AR(1) model from both the equation and sspace objects. This is a simple example, but the general idea should hold. You can do variation...
by xprimexinverse
Sun Mar 05, 2017 11:41 am
Forum: Econometric Discussions
Topic: ARMA Model
Replies: 4
Views: 7536

Re: ARMA Model

Hi, I would help if you could please post a copy of the data. Alternatively, plot for us the following (1) data in levels (2) ACF and PACF of data in levels (3) data in first differences (4) ACF and PACF of data in first differences. In the meantime, below is a general response to some of your quest...
by xprimexinverse
Sat Mar 04, 2017 12:15 pm
Forum: Estimation
Topic: Problem with AR/Estimation
Replies: 3
Views: 4722

Re: Problem with AR/Estimation

Hi, Try the following commands. smpl @first 2004 ls(arma=cls, optmethod=legacy) pce c pdi ar(1) The regression output shown below displays my results and they match those which appear in the book. ar1reg.png From my vague recollection of Box and Jenkins' textbook, my understanding is that "cls ...
by xprimexinverse
Fri Mar 03, 2017 10:15 am
Forum: Estimation
Topic: Where does the HP-filter estimates come from?
Replies: 3
Views: 6250

Re: Where does the HP-filter estimates come from?

Hi, Apologies for reviving an old thread, but please see below my replication of the EViews built-in HP filter function using the state-space object. It might still be of interest to some users. Cheers, Graeme You can download the program here: hpfilter_sspace_new.prg ' -----------------------------...
by xprimexinverse
Wed Nov 23, 2016 7:07 am
Forum: Add-in Support
Topic: Conditional VAR forecast
Replies: 22
Views: 58658

Re: Conditional VAR forecast

Hi, I would like to know more details about the method used in the add-in. The program file is encrypted and the documentation, while citing two papers, is not very clear and quite short. Could additional information please be provided; for example, in terms of extended technical documentation or, b...
by xprimexinverse
Tue May 17, 2016 12:22 pm
Forum: Suggestions and Requests
Topic: Model Printview Suggestion
Replies: 4
Views: 9563

Re: Model Printview Suggestion

Excellent! Thanks, Gareth.
by xprimexinverse
Sun May 15, 2016 3:51 pm
Forum: Suggestions and Requests
Topic: Model Printview Suggestion
Replies: 4
Views: 9563

Model Printview Suggestion

Hi, Let me begin by saying that the printview option of model objects introduced in EViews 9.5 is an excellent new feature! The suggestion here comes out of my observation that scalar objects are not replaced by their numerical value when using the printview option. On the back of that observation, ...
by xprimexinverse
Sun May 08, 2016 8:38 am
Forum: Programming
Topic: Eigenvalue/vectors order
Replies: 1
Views: 2722

Re: Eigenvalue/vectors order

I'll answer this myself since I think I figured it out; however, suggestions are welcome. By the way, the context of this is in programming Johansen's estimator. Here's my proposed solution. ' Solve eigenvalue problem vector evals = @eigenvalues(sym1) matrix evecs = @eigenvectors(sym1) ' Create &quo...
by xprimexinverse
Sun May 08, 2016 7:29 am
Forum: Programming
Topic: Eigenvalue/vectors order
Replies: 1
Views: 2722

Eigenvalue/vectors order

Hi, I am using the @eigenvalues() and @eigenvectors() functions and have a question regarding how their outputs are ordered. I am using EViews version 9.5. Quoting the EViews manpages for @eigenvectors, "The eigenvalues are arranged in ascending order, and the columns of the eigenvector matrix ...
by xprimexinverse
Tue Feb 09, 2016 2:57 pm
Forum: Suggestions and Requests
Topic: Model stability
Replies: 0
Views: 2938

Model stability

Hi, Checking the stability of a model can be done directly (by checking the roots) or indirectly (via simulation). To my understanding, only the latter approach is currently available in EViews. The TROLL software, on the other hand, offers a command called LKROOTS, which checks the roots of a model...
by xprimexinverse
Sun Dec 20, 2015 7:17 pm
Forum: Estimation
Topic: Airline Model in sspace form
Replies: 2
Views: 3487

Re: Airline Model in sspace form

trubador,

Ah, of course!

I kept thinking of the notation for the additive form - overlooking the multiplicative form.

Now I see it. Clear as day.

Thanks,
Graeme
by xprimexinverse
Sat Dec 19, 2015 3:38 pm
Forum: Estimation
Topic: Airline Model in sspace form
Replies: 2
Views: 3487

Airline Model in sspace form

Hi, I am trying to learn the EViews syntax for specifying state-space models. I'm following the Seasonal ARIMA(0,1,1)(0,1,1) (airline model) example from the EViews example programs. The relevant code is shown below. 'airline model transformation series y = dlog(x,1,12) 'setup ARMA(0,1)(0,1) in sspa...
by xprimexinverse
Mon Dec 14, 2015 1:00 pm
Forum: Estimation
Topic: SARIMA script from R to Eviews
Replies: 4
Views: 5442

Re: SARIMA script from R to Eviews

No problem. Actually, you may want to check that the EViews code is SAR(1) or SAR(12). Maybe one of the EViews guys can confirm the correct one. Good luck!
by xprimexinverse
Fri Dec 11, 2015 7:07 pm
Forum: Bug Reports
Topic: ARMA Roots Table View
Replies: 3
Views: 4510

Re: ARMA Roots Table View

Thanks for the quick feedback on this one, Glenn.

Go to advanced search