Search found 22 matches

by heer0
Thu Aug 15, 2019 1:11 pm
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 3682691

Re: FAVAR add-in

Hi,I am confuse the impulse variable (optional)what should I choose , I do not see it in favar.package. thanks in advance. The impulse command is thought to depcify the impulse in case of multiple schock variables. If you only include one shock variable in your model, this command is redundant. Hop...
by heer0
Thu Aug 08, 2019 12:11 pm
Forum: Any Other Business
Topic: Printing code
Replies: 4
Views: 27447

Re: Printing code

EViews Gareth wrote:There is not, but it is a good idea.


Too bad. Thanks for your quick reply, though!
by heer0
Thu Aug 08, 2019 3:59 am
Forum: Any Other Business
Topic: Printing code
Replies: 4
Views: 27447

Re: Printing code

What do you mean by "Notebook" form? Hi Gareth, thanks so much for your follow-up. Sorry I haven't been precise enough about my objective. I want to reproduce my code in Word 2016 for an assignment. I am looking for an option similar to RStudio's "File/Compile Notebook" which co...
by heer0
Thu Aug 08, 2019 3:44 am
Forum: Add-in Support
Topic: Kilian add-in
Replies: 9
Views: 34045

Re: Kilian add-in

Hi guys, I have applied the Kilian add-in to a standard monetary VAR to retrieve impulse responses with bootstrapped confidence intervals. For a minority of impulse responses, the mean response exceeds the bootstrapped confidence intervals. To me, this does not make sense. For illustrative purposes,...
by heer0
Mon Aug 05, 2019 1:10 am
Forum: Any Other Business
Topic: Printing code
Replies: 4
Views: 27447

Printing code

Hi guys, I am using EViews 10 (uni ed.) for my thesis and wrote a stand-alone program with all of my code. I am required to include the full code in the appendix to my thesis (in print). Is there a good way to convert the contents of a program to "notebook" form so that I could copy/paste ...
by heer0
Mon Jul 15, 2019 3:30 am
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 3682691

Re: FAVAR add-in

Hi, I'm trying to estimate a FAVAR model using this add-in and i wonder if it is possible to obtain impulse responses of “factors” to their orthogonalized innovations and then translate this response to other variables from which we get the factors. Thank you This is exactly what the add-in is for....
by heer0
Fri Jul 12, 2019 7:06 am
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 3682691

Re: FAVAR add-in

Hi, I'm trying to estimate a FAVAR model using this add-in and i wonder if it is possible to obtain impulse responses of “factors” to their orthogonalized innovations and then translate this response to other variables from which we get the factors. Thank you This is exactly what the add-in is for....
by heer0
Thu Jul 11, 2019 12:15 pm
Forum: Estimation
Topic: Scaling impulse responses and changing confidence intervals
Replies: 0
Views: 6164

Scaling impulse responses and changing confidence intervals

Hi guys, I am using EViews 10 (Univ. ed.) and I estimated impulse response functions from standarized data in different VAR and FAVAR models, which all include three different (non-standardized) monetary policy variables. I next want to manipulate the impulse responses in two different ways: 1) Scal...
by heer0
Sat Jul 06, 2019 12:38 pm
Forum: Programming
Topic: Manual confidence intervals for impulse response functions
Replies: 0
Views: 5958

Manual confidence intervals for impulse response functions

Hi guys, I am using EViews 10 (Univ. ed.) and I programmed an algorithm to construct impulse response functions from a factor-augmented vector autoregression in keeping with Bernanke et al. (2005). I would now like to construct bootstrapped confidence intervals for my impulse response graphs. My cur...
by heer0
Thu Jul 04, 2019 12:16 pm
Forum: Add-in Support
Topic: FAVAR add-in
Replies: 107
Views: 3682691

Re: FAVAR add-in

Hi guys, I have estimated a favar with the favar add-in in EViews 10 (Univ. ed.). Judging from my output (impulse response functions and variance decomposition) there seem to be a few issues: 1. I would need to incude ten factors according to the decision criteria by Bai and Ng (2002) but as soon as...
by heer0
Thu Jul 04, 2019 5:45 am
Forum: Programming
Topic: Outlier treatment in a double loop
Replies: 2
Views: 7603

Re: Outlier treatment in a double loop

You want a nested loop: for !i=1 to xt_all.@count for !j=1 to @obssmpl next next However, looping through observations is generally a bad idea, and is not required in EViews. I think all you need to do is something like: group prev5 x(-1 to -5) x = @recode((x-@median(x))> 6*@abs(@quantile(x,0.75)-@...
by heer0
Thu Jul 04, 2019 1:27 am
Forum: Programming
Topic: Downloading and installing an add-in via command
Replies: 5
Views: 12846

Re: Downloading and installing an add-in via command

EViews Gareth wrote:1. Yes, although, I'm not sure if registering an add-in will then make it usable in the current program - you'd have to test.
2. Yes.


Thank you so much for your quick reply, Gareth!
by heer0
Mon Jul 01, 2019 2:11 pm
Forum: Programming
Topic: Downloading and installing an add-in via command
Replies: 5
Views: 12846

Re: Downloading and installing an add-in via command

There isn’t a way to download them through a command, unfortunately. Could you include the add-in files with your program and use the addin command to register them? Hi Gareth, sure thing. That would indeed be a viable workaround. If tiem permits, I would like to ask two quick follow-up questions: ...
by heer0
Mon Jul 01, 2019 1:44 pm
Forum: Programming
Topic: Outlier treatment in a double loop
Replies: 2
Views: 7603

Outlier treatment in a double loop

Hi guys, I am using EViews 10 (Univ. ed.) and seek to implement a specific procedure for outlier treatment. In particular, I want to define outliers as observations with deviations from the median exceeding six times the interquartile range (in absolute terms). These outliers should then be replaced...
by heer0
Mon Jul 01, 2019 5:24 am
Forum: Programming
Topic: Downloading and installing an add-in via command
Replies: 5
Views: 12846

Downloading and installing an add-in via command

Hi guys, I am using EViews 10 (univ. ed.) and for my dissertation I need to submit a running program so that my supervisors are able to replicate my results at the push of a button. For my project, I make use of the EViews add-ins "statfact" and "favar". Is there a way I can ensu...

Go to advanced search