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

Opening text files from Google Drive

$
0
0
Hi

after the update, Eviews crashes when I try to open a text file from Google Drive

opening text file from google docs.JPG


can you fix this?



Pausing a program

syntax cloroing

Time varying SVAR

$
0
0
Hi, I want to estimate the TVSVAR model on the attached data file, when I try using the instruction in the add-in document it does not give me IRF output or even the estimation results, I wonder if somebody can help me please.


Misleading calculations of Endogeneous variables in system

$
0
0
Follow up:

(1) I can confirm that the model in my workfile was corrupted (unknown reason but I have been working with the file for a while and copied models on and on).

Setting up a new model and solving gave the expected results (as stated by Gareth).

(2) However, this did ONLY work for models which contain seperate equations. It did NOT work if the equations were contained in a system (e.g. 3SLS). In order to get the desired result a had to copy the "substitued coefficients" into the model in its source text mode.

I hope, someone from EViews will read this and have a look into it.

And my advise would be to be very critical of the calculated results from models if there are stacked dependencies between equations. I have started to run each equation seperately on its own to get its "unconditional" result and put it next to the "conditional" (i.e. depending) result from the model. If the model gives the correct dependent estimates than both are different if not they "fall together" - and a workaround is needed.


Misleading calculations of Endogeneous variables in system

$
0
0
Nope.

Code:

wfcreate m 1990 2000
series y=nrnd
series x=2+y(1)
series z1=nrnd
series z2=nrnd
series z3=nrnd
system s
s.append y=c(1)
s.append x=c(2)+c(3)*y(1)
s.append @inst z1 z2 z3
s.3sls

model m
m.append :s
m.solve

show x_0 y_0 x y
show s


In this example the solved value of Y should be C(1), which is a constant. The actual value of Y is a random number. The solved for value of X is C(2)+C(3)*Y(1). If the model value of X depends on actual Y, the solved for value of X will be random. If X depends on solved for Y, the solved for value of X will be a constant.


impulse response functions interpretation

$
0
0
dakila wrote:Hi Justin,

I understood that you are trying to explain the return(R_t) not the price (p_t).
You can manually multiply 0.02 by 100.
But more convenient way to do this is to define R_t = (ln(p_t)-ln(p_{t-1}))*100 before the estimation of VAR model .
Interpretation: a one unit sd shock leads to a 100 * 0.02 = 2 percentage point in the return (not the price).
If you are trying to explain the price then this interpretation is totally wrong.



Thank you Dakila. I get what you mean now. One last question: is it common (or a sign of a problem) to have responses of one variable larger than the shocks to another (not the same) variable?


Automatically setting the sample of a linked graph

$
0
0
Alright; is there any wish list which I could ask for this feature?



CGARCH mean equation

$
0
0
Hi!

I am using the CGARCH model but in my mean-equation, how can I add both transitory and permanent volatility variables instead of the total volatility (garch)? So, in this way I can detect the effect both short- and long-run volatility to the mean equation.

Thank you very much!


GARCH estimation returns 'NA'

$
0
0
Hi!

I was doing GARCH-M estimation as I usually did but the results return many NAs. So, can someone help me with this? I really appreciate it!


Opening text files from Google Drive

$
0
0
It will be fixed in the next patch


impulse response functions interpretation

Return .prg Filename

$
0
0
Is there an analogous code of @filepath to return a .prg filename?
Thanks!


Return .prg Filename

$
0
0
No.

I can't see any situation where you would need to know the name of the program that is running?


Return .prg Filename

$
0
0
It's like the mfilename command in Matlab. You can use it to put documentation into output files of what program produced it.



Time varying SVAR

$
0
0
The following code is working for me.
Code:
svector dtsel=@wsplit("2000m12 2005m12")
tvsvar 2 40 dtsel lnoilprice @ lnftse lnoilprice lnoilsector



Return .prg Filename

$
0
0
But at the time you write the program, you know what the program is called. There is no dynamic creation of programs in EViews.


Return .prg Filename

$
0
0
I won't argue that it's important, but...

I often modify a program and save it under a new name. It's nice if the name can self-documenting as I tend to forget to change the variable containing the file name in the program.


Return .prg Filename

Time varying SVAR

$
0
0
Thank you very much for reply, but it gives message that "DTSEL" is not defined. Please help.


Viewing all 24080 articles
Browse latest View live


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