ARMA options in EV9

For notifying us of what you believe are bugs or errors in EViews.
Please ensure your copy of EViews is up-to-date before posting.

Moderators: EViews Gareth, EViews Moderator

maxchen
Posts: 191
Joined: Fri Oct 10, 2008 4:03 pm

ARMA options in EV9

Postby maxchen » Thu Jul 09, 2015 6:50 am

EV 9 32bit 20150701

Code: Select all

!T = 60   '# of obs in estimation
%otb1 = "1/20/2012"
%otc = "2/22/2012"

wfopen J2012-1m2.wf1

delete cocs
smpl %otb1-!T+1 %otb1

equation eq

if @vernum<9 then   'ver 8 or older
   freeze(tb8) eq.ls coc c ar(1)
else   'ver 9 or later
   freeze(tb9c) eq.ls(arma=cls) coc c ar(1)   'still using ML
   freeze(tb9b) eq.ls(arma=eviews, optmethod=bfgs) coc c ar(1)
   freeze(tb9a) eq.ls(arma=eviews, optmethod=legacy) coc c ar(1)   'match exactly EV8
endif


J2012-1m2.wf1
data workfile
(17.85 KiB) Downloaded 577 times


I am trying to replicate the result of EV8, and find that
1 option arma=eviews is not in OR (EViews 9 Object Ref.pdf)
2 arma=cls still using ML

EViews Glenn
EViews Developer
Posts: 2672
Joined: Wed Oct 15, 2008 9:17 am

Re: ARMA options in EV9

Postby EViews Glenn » Thu Jul 09, 2015 10:06 am

We'll get a fix.


Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 25 guests