Hi, how I can get accumlate impluse response function graphs?
Show older comments
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);
1 Comment
Gayan Ratnayake
on 14 Sep 2019
VARirplot(IRFMED,VARopt,IRFINF,IRFSUP);
Answers (0)
Categories
Find more on Dynamic System Models 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!