adding test case with lagged exogenous variable (currently fails)

time-shift
Michel Juillard 2012-12-04 10:46:44 +01:00
parent e1527b215e
commit 2c545eaf8b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
var y;
varexo e;
model;
y = e + e(-1);
end;
initval;
y = 1;
end;
steady;
model_diagnostics;