Dummy Variables
Been trying to do this for several hours, there is no way to do this right?
View ArticleCustom Fiscal Year
Not clear what you're asking. For what purpose do you want "proper dating"?
View ArticleIssue with autoarma and forclen option
I have the following code:Code:%m=@left(@date,2)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â %d=@mid(@date,4,2)Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â !year=2000+@right(@date,2)Â Â Â Â Â Â Â Â !annual1=2000!annual2=2019wfcreate arima_{!year}.{%m}.{%d} u...
View ArticleIssue with autoarma and forclen option
You have to set the estimation sample to be over the historical data. You could probably do:Code:for %series {%vars} smpl if {%series}<>NA...
View ArticleOLS with Newey West(HAC) Covariance method
The statistic next to the F-statistic entry is the usual F-statistic using no HAC adjustment. Thus, the variance of the parameter estimate is sigma^2(X'X)^(-1).The statistic next to the Wald...
View ArticleAutomatic ARMA selection
Hello!I want to change the program beacuse I need a regression without constant. I stablished a conditional, but it does't work.Code:'Create some data. Delete these first few lines if you want to run...
View ArticleAutomatic ARMA selection
Not sure what you're trying to do - but have you tried the built in automatic ARMA forecasting (which also does arma model selection)?
View Articleblewey yet again
Froze a graph (If relevant, a graph of the frequency spectrum from an AR model).Under Axes & scaling Obs/Daya axis changed Observations to label Steps to .1.Blewey!(Did it twice.)
View ArticleSeries attributes and wfrefresh
HiI have a series that is linked to a Macrobond database and where I have created an attribute using the .setattr command. However, when I update the workfile, using wfrefresh, the attribute of the...
View ArticleData Analyst from Ppakistan
anyone data analyst from pakistan, inbox medata analyst worked for him.
View ArticleLabel fields get lost when unstacking series
Dear Eviews team,I use Eviews 9.5 Dec 2016 buildI found that the label fields get of a series in a panel structure gets lost when unstacking the series I am not sure, but assuming that the maximum...
View Articleimporttbl/importmat: bug when importing a "one-cell range" from excel
Dear Eviews team,I use Eviews 9.5, 27 December 16 buildI found a bug when importing a range covering only one cell in an excel file into a matrix or a table.For instance, the...
View ArticleDummy Variables
Thanks, it works for the system specification. Now there is another problem, when I try to estimate.I have a system of 25 equations, with 3 independent variables for each. I then try to perform the...
View ArticleLabel fields get lost when unstacking series
No a bug so much as a missing feature. Currently copy operations do no copy attributes.
View ArticleAutomatic ARMA selection
Thanks for your answer.I want the same program, the automatic ARMA selection, but the program posted in this forum consider a regression with constant.Here:Code:equation {%eqname}.ls dlog({%dep})...
View ArticleAutomatic ARMA selection
Code:'Create some data. Delete these first few lines if you want to run on your existing workfile.create u 1000series y=nrnd'Program that calculates the "best" ARMA specification for an equation. Edit...
View Article