Fetching from EIA Database: COM library error
Jason,I got temporary Admin privileges today and tried your recommended solutions. I updated to the newest build of EV9 (September 14 2015) and ran regcomponents to re-register all components.Nothing...
View ArticleRead in Data to Excel from database in VBA
Following up on this-- I have everything working beautifully in terms of importing from Eviews using the VBA, but is there a way to ensure that the data label is also imported? ( I guess technically...
View ArticleRead in Data to Excel from database in VBA
viewtopic.php?f=3&t=12467&p=43526&hilit=description#p43526I may be able to work off this.
View ArticleFetching from EIA Database: COM library error
We are seeing different issues with the 32 bit version of EViews but not the 64 bit version.What version are you using?
View Articlemultiple repetitive if statements
Hi,Is there a clean way to do something like the following:if %mif %m_long="January" then%m_short = "01"elseif %m_long="February" then%m_short = "02"elseif %m_long="March" then%m_short =...
View ArticleModify graph axis
Your sample code does not run for me. I am missing some series such that the following line gives an error Code: group {%mygroup} {%index} {%i}_2_0m -{%i}_2_0m ({%i}_2_0m -{%i}_2_0m)In any case, in...
View Articlemultiple repetitive if statements
Jonathan wrote:Hi,Is there a clean way to do something like the following:if %mif %m_long="January" then%m_short = "01"elseif %m_long="February" then%m_short = "02"elseif %m_long="March" then%m_short =...
View Articlemultiple repetitive if statements
Okay, I guess looping through a table of paired values is best for a long list. Thanks for the fast reply!Jonathan
View Articlemultiple repetitive if statements
Create an svector with the short values you want in it, then just do this:Code:svector longs = @uniquevals({%m_long})for !i=1 to @rows(longs)Â Â Â Â %long = longs(!i)Â Â Â Â %short = shorts(!i)Â Â Â Â {%m_short} =...
View ArticleState Space model with TVC, recovering TVC and residuals
You were completely right. And of a big help. I have one additional question. Often when I'm changing the specification of my State space model eviews goes crazy and gives completely strange...
View ArticleState Space model with TVC, recovering TVC and residuals
State-space models sometimes have very nonlinear likelihood functions. That means that the results depend on starting values and the algorithm used.There often isn't much to do but try different...
View ArticleGARCH(1,1) with dummies
I would really appreciate if someone gives me an answer.Thanks!
View ArticleModify graph axis
Thanks a lot. My problem solved with changing smpl Bu I found an bug about plotting with xyline command. xyline command ignores first series when it plot and colourized but start from first (trend in...
View ArticleState Space model with TVC, recovering TVC and residuals
But the thing is that i'm not specifying the initial values, as I'm dealing with time series variables I have no ideia about initial values of coefficients, specially considering I would have to set...
View ArticleState Space model with TVC, recovering TVC and residuals
EViews uses whatever coefficients are in the C vector. So you should check C before running.
View ArticleDescriptions
I am importing data into EViews from an excel file and I would like to import the associated descriptions. Some of the series are new and others were initially created in an EViews program file which...
View ArticleFetching from EIA Database: COM library error
Jason,Here is my environment:Eviews: EV9 Enterprise (64-bit), September 14 2015 BuildOS: Windows 7 Professional (64-bit)To reiterate...I am running EV9 Enterprise (most recent build) on Windows 7 Home...
View ArticleProblem in Automatical ARIMA Forecasting
Hi,Can any one suggest me what will be the command for SAR(2) in eviews?I know if it is SAR (1) the command should be SAR(12) meaning a seasonal trend, but could not find any post addressing...
View Article