Dear list,
1. My question is about choice of ordering for Cholesky decomposition for
VAR Impulse response function in Var/VEC.
in Gretl 1.9 version this started working for Gui - enable choice of
ordering for Cholesky decomposition for VAR impulse response plots
I wanted to know how to change order of cholesky decomposition via console
command.
simple example, making a shock in a var
#####################
matrix shock = irf(1,1)
gnuplot 1 {set title "Response of variable 1 to a 1 s.d. shock in
variable 1";} --time-series --with-lines --matrix=shock
--output=display
#####################
where this command changes?
2. Another thing is that my gretl just stopped recognizing the \ char at
the end of the line. It has happened before to you?
Thanks,
Felipe