Quantcast
Channel: EViews
Viewing all 24077 articles
Browse latest View live

TVP-VAR

$
0
0
Hi,

I want to estimate a TVP-VAR model in E-views, I have Eviews version 9 and 3 monthly series data, I can use Eviews using tabs and have estimated the VAR model, but i don,t know how to run TVP-VAR model. I am not good at programming, if you please help.



TVP-VAR

$
0
0
Try Time varying SVAR add-in (tvsvar). If you have question about it ask in Time Varying SVAR thread.


Gregory-Hansen and Threshold Cointegration

$
0
0
Hello,

I have used the Johansen multivariate cointegration test to see whether a group of ten stock markets are cointegrated. However, I was wondering whether it would be possible to use the Gregory-Hansen and Enders-Siklos tests for structural-breaks and threshold adjustment on the entire system or whether they can only be used in a pairwise manner?

Any help is appreciated.


Threshold Structural VAR

$
0
0
It is not available. I will try.


Automatic ARIMA

$
0
0
Good evening, for all

I want to use "Automatic ARIMA forecasting" in EViews9, but I'm not sure if what I did is correct?
I have this time series

Image

and what I did
Image

Image

I'm not sure why R^2 is low and MA(1 to 11) is not sig.


Time varying SVAR

$
0
0
Hi, I want to estimate a TVP SVAR with three variables, taxes g GDP. the data are frome 1998Q1 to 2014Q4. And I put in the training smple 40,30,60. And every time I get the following message "the GM01 size is not as the same lenthe simple". Please could somone help me .
and thank you.


Misleading calculations of Endogeneous variables in system

$
0
0
Using EViews 8.1

Working on a system with rational expectations (i.e. some endogeneous variables appear with a lead:

x = c1 + c2y

w = c4 + c5x(t+1)

I find the calculation in a model in default setting at least misleading (the error of the first equation does not appear automatically in the second one).

Also, the manual is for my taste not very clear on how EViews treats these variables.


Dear all,

The default settig of models is set such in cases with more than one equation (or a system) where endogeneous variables fom one equation enters as an explanatory variable in anoher one, the model solves theses equations but enters not the estimated values solving the other equation but uses the observed ("actual") valuse.

This has nasty consequences e.g. if one wants to calculate the etsimation errors (bacause in effect the error of the first equation does not enter into the second one [which gives thus only its own error]).

I would say that the instructions (e.g. "Specifying scenarios") is at leat misleading and not very clear.

If the true interdependence is to be shown only, if some settings are change (and this is not really convenient):
1) You have to run the model in its default setting (in order to get the estimates of the endogeneous variable)
2) You have to include the respective endogeneous variables into a field in the model menue "Scenarios" => "excludes for ... (treat endogeneous variabels as exogeous)". Then, if you ant to keep the estimated values from the first equation you have to set the "Solve" => "Solver" to "Preffered solution starting values" to "Previous period's solution". And run the model another time.

My question is: Am I right? Is there a simpler way of doing this?

Thanks a lot.
Best regards
Christian


Misleading calculations of Endogeneous variables in system

$
0
0
I don't really understand what you are saying. A model absolutely uses the solved for (i.e. estimated) values of endogenous variables.



Time varying SVAR

$
0
0
What is the version you using? 7 or 8?
Can you run tvsvar_ex.prg (example file)?


Multiple paragraphs in @uiprompt

$
0
0
I would like to have @uiprompt display 2 paragraphs, with a space between one and other, for example:

Code:

This is paragraph one (more text here).

This is paragraph two (more text here).


Is is possible to write a string taken as an input by the function which does this?

Thanks
W


Multiple paragraphs in @uiprompt

$
0
0
Code:
%msg = "This is paragraph one (more text here)." + @Chr(13) + @Chr(13) + "This is paragraph two (more text here)."
@UiPrompt(%msg)


Regards Johan


Multiple paragraphs in @uiprompt

Time varying SVAR

$
0
0
Im using Eviews 9 and i can run the Primiceri example. and the variables are in log and first difference, and I tried by eliminating the NAs, and i get the same erreur "GM01 is not as the same lenthe simple"


Misleading calculations of Endogeneous variables in system

$
0
0
Dear Gareth,

Thank you fror your reply. I thought so too and was very surprised and thus it took me a while to figure out how the program works. Maybe I do not understand something.

My suspicion started when I looked at the MAPE which was usually smaller for the variable which depended also on the estimated endogeneous variable from the other equation than that for this variable. My logigc is that the error from the frist enters into the second equation and for this reason the error must be at least as large.

Second, in in-sample tests the estimated values from the second (dependent) variable followed relatively closely the pattern of the observed values rather than those of the estimated values of that endogeneous variable - no matter which estimated equation I used (different specifications give different patterns).

So, for me it looks like as if the default setting in EViews is that in case of such dependencies the model is solved by taking the actual (observed) values rather than the estimated ones.

I mean, I am fine if EViews works like this (albeight I would say I would expect the default settings being different). But I am a little confused and would like to know for sure how it works. Could it be that it is a special behaviour due to the lead in that variable?

Thanks again.

Best regards
Christian


Sum of Squares

$
0
0
Hi, I'm doing my master thesis now and I wondered if there is a way to calculate the sum of squred differenceof 87 stocks. I want the sum of AB, AC... BC, BD etc. Im doin pairs trading as topic



Time varying SVAR

Misleading calculations of Endogeneous variables in system

$
0
0
Postscript

Dear Gareth,

I experimented again because I think it is really an important issue and it should be clear to everyone how EViews works at this point:

EViews does not - in its default setting - show the true dependence of variables in a model, i.e. if one variabe depends on the estimate of another one Eviews gives the value of this dependent one as if the variable it depends one were actuals (i.e. observed rather than estimated).

I run the two equations deperately and compared the MAPE (or the RMSE) with those calculated by EViews if the two equations are run together in a model. In the default setting, the MAPE was the same. The dependency of one of the variables and its impact on the estimated values (measured in MAPE or RMSE) were only calculated if I put the variabel which enters the second equation in the models menue "Scenarios" into the "Excludes" (as described below).

Could you please confirm or reply if I am completely mistaken? I woud like to know how it really works.

Thank you very much
Best regards
Christian


Sum of Squares

$
0
0
You'll have to either calculate each one manually, or write a quick program with a for loop to loop through them, using the @sumsq function.


Misleading calculations of Endogeneous variables in system

$
0
0
Code:

wfcreate m 1990 2000
series y=3
series x=4

model m
m.append y = 9
m.append x = 2+y(1)
m.solve

show x_0 y_0


If the model used actual values of Y, the solution of X would be 5. But it isn't.


Sum of Squares

$
0
0
is it difficult to write such a program?


Viewing all 24077 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>