Hi, how I can get accumlate impluse response function graphs?
Mostrar comentarios más antiguos
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 comentario
Gayan Ratnayake
el 14 de Sept. de 2019
VARirplot(IRFMED,VARopt,IRFINF,IRFSUP);
Respuestas (0)
Categorías
Más información sobre Dynamic System Models en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!