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);

Respuestas (0)

Categorías

Más información sobre Dynamic System Models en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 29 de Mzo. de 2018

Comentada:

el 14 de Sept. de 2019

Community Treasure Hunt

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

Start Hunting!

Translated by