Skip to content
Snippets Groups Projects
Commit 2c545eaf authored by MichelJuillard's avatar MichelJuillard
Browse files

adding test case with lagged exogenous variable (currently fails)

parent e1527b21
Branches
Tags
No related merge requests found
var y;
varexo e;
model;
y = e + e(-1);
end;
initval;
y = 1;
end;
steady;
model_diagnostics;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment