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
9e0e025e
Commit
9e0e025e
authored
Nov 07, 2012
by
Stéphane Adjemian
Browse files
Changed computing tasks in tests/rbcii.mod.
parent
32712965
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/ep/rbcii.mod
View file @
9e0e025e
...
...
@@ -75,39 +75,23 @@ copyfile('rbcii_steady_state.m','rbcii_steadystate2.m');
options_.ep.stochastic.order = 0;
options_.ep.stochastic.nodes = 2;
options_.console_mode = 0;
ts = extended_path([],100);
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,:));
// figure(2)
// plot(sts(2,:)-sts(4,:));
// 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,:))'])
// plot([(ts(2,:)-ts(4,:))' (sts(2,:)-sts(4,:))'])
profile on
ts1_4 = extended_path([],100);
profile off
profile viewer
@#else
shocks;
var EfficiencyInnovation;
periods 1;
values -.
4
;
values -.
8
;
end;
steady;
steady;
//(nocheck);
options_.maxit_ = 100;
...
...
Write
Preview
Markdown
is supported
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