<< pltfac_kalm Printings and graphs pltirf2 >>

Grocer >> Printings and graphs > pltirf1

pltirf1

plots impulse functions

CALLING SEQUENCE

pltirf1(res)

PARAMETERS

Input

* res = the results typed list of function irf

 

Output

* nothing (printed on a graphic window)

DESCRIPTION

Plots the results of the impulse functions from a var regression, one window per variable.

EXAMPLE

load(GROCERDIR+'/data/lutk1.dat')
bounds('1960q4','1978q4')
results=VAR(2,'endo=delts(log(rfa_inv));delts(log(rfa_inc));delts(log(rfa_cons))')
// a calculation with orthogonized residuals and asymptotic confidence band
[resirf]=irf(results,10,'mres=chol1','meth=asym')
// now plot impulse response functions
pltirf1(resirf)

AUTHOR

Eric Dubois 2002

Report an issue
<< pltfac_kalm Printings and graphs pltirf2 >>