Hi, how I can get accumlate impluse response function graphs?

I used this coding but I got non-accumlative and I need accumlative
% Set options some options for IRF calculation VARopt.nsteps = 10; VARopt.ident = 'bq'; VARopt.quality = 0; % Compute IRF [IRF, VAR] = VARir(VAR,VARopt); % Compute error bands [IRFINF,IRFSUP,IRFMED] = VARirband(VAR,VARopt); % Plot VARirplot(IRFMED,VARopt,IRFINF,IRFSUP);

Answers (0)

Categories

Asked:

on 29 Mar 2018

Commented:

on 14 Sep 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!