Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dóra Kocsis
dynare
Commits
2c545eaf
Commit
2c545eaf
authored
Dec 04, 2012
by
MichelJuillard
Browse files
adding test case with lagged exogenous variable (currently fails)
parent
e1527b21
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auxiliary_variables/test2.mod
0 → 100644
View file @
2c545eaf
var y;
varexo e;
model;
y = e + e(-1);
end;
initval;
y = 1;
end;
steady;
model_diagnostics;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment