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
62b1b9a2
Commit
62b1b9a2
authored
Jun 02, 2012
by
MichelJuillard
Browse files
extend test case rbcii until stochastic order = 3
parent
6e555a15
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ep/rbcii.mod
View file @
62b1b9a2
...
...
@@ -96,6 +96,12 @@ end;
options_.ep.stochastic.order = 1;
sts = extended_path([],100);
options_.ep.stochastic.order = 2;
sts2 = extended_path([],100);
options_.ep.stochastic.order = 3;
sts3 = extended_path([],100);
figure(1)
plot(ts(2,:)-ts(4,:));
...
...
@@ -105,6 +111,8 @@ end;
figure(3)
plot(sts(2,:)-ts(2,:))
figure(4)
plot([(ts(2,:)-ts(4,:))' (sts(2,:)-sts(4,:))' (sts2(2,:)-sts2(4,:))' (sts3(2,:)-sts3(4,:))'])
@#else
shocks;
...
...
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