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

6 views (last 30 days)
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

Find more on 2-D and 3-D Plots in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!