<< pltirf1 Printings and graphs pltms_prob >>

Grocer >> Printings and graphs > pltirf2

pltirf2

plots impulse functions

CALLING SEQUENCE

pltirf2(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 on a single graph window.

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
pltirf2(resirf)

AUTHOR

Eric Dubois 2002-2006

Report an issue
<< pltirf1 Printings and graphs pltms_prob >>