On Thu, 8 Apr 2010, Henrique Andrade wrote:
Em 8 de abril de 2010 Allin <cottrell(a)wfu.edu> escreveu:
> On Thu, 8 Apr 2010, Henrique Andrade wrote:
>
> > I'm trying to obtain the impulse-response for an estimated VAR
> > via the GUI (in the estimated VAR model window, Analysis ->
> > Impulse responses) but nothing happens...
>
> Test case, please. It works OK here in the examples I've tried.
Using script I get the responses, but via the GUI I can't.
<script>
open australia.gdt
VAR <- var 4 lpus le lpau --impulse-responses
</script>
So, in the GUI (both in English and pt_BR) I do:
* open australia.gdt
* define the VAR above via the model dialog
* pull down the Analysis menu
* select Impulse responses
* accept the default of 20 periods and the default
Cholesky ordering, click OK
* the impulse responses window opens OK
If you're doing the same as that but on a Mac and the results are
not showing, can you try launching gretl from the command prompt
in an xterm and see if something is being printed on stderr when
you ask for the impulse responses? Thanks.
Allin