dynare/tests/bvar_a_la_sims/bvar_standalone.mod

10 lines
251 B
Modula-2
Raw Normal View History

var dx dy;
varobs dx dy;
bvar_density(datafile = bvar_sample, first_obs = 20, bvar_prior_flat,
bvar_prior_train = 10) 8;
bvar_forecast(forecast = 10, bvar_replic = 10000, nobs = 200) 8;
2016-10-19 20:59:40 +02:00
bvar_irf(8,'Cholesky');
bvar_irf(8,'SquareRoot');