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
b82813d3
Commit
b82813d3
authored
Nov 07, 2012
by
Stéphane Adjemian
Browse files
Removed call to mean_preserving_spread routine in tests/rbc.mod.
parent
63e4bb3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ep/rbc.mod
View file @
b82813d3
...
...
@@ -17,9 +17,7 @@ psi = -5.000;
delta = 0.020;
rho = 0.950;
effstar = 1.000;
sigma = 0.0010;
external_function(name=mean_preserving_spread,nargs=2);
sigma = 0.010;
model(use_dll);
...
...
@@ -27,7 +25,7 @@ model(use_dll);
efficiency = rho*efficiency(-1) + sigma*EfficiencyInnovation;
// Eq. n°2:
Efficiency = effstar*exp(efficiency-
mean_preserving_spread(rho,sigma
));
Efficiency = effstar*exp(efficiency-
.5*sigma*sigma/(1-rho*rho
));
// Eq. n°3:
Output = Efficiency*(alpha*(Capital(-1)^psi)+(1-alpha)*(Labour^psi))^(1/psi);
...
...
@@ -48,7 +46,7 @@ end;
steady_state_model;
efficiency = 0;
Efficiency = effstar;
//*exp(efficiency-mean_preserving_spread(rho,sigma2));
Efficiency = effstar;
// Compute steady state ratios.
Output_per_unit_of_Capital=((1/beta-1+delta)/alpha)^(1/(1-psi));
Consumption_per_unit_of_Capital=Output_per_unit_of_Capital-delta;
...
...
@@ -72,7 +70,7 @@ shocks;
var EfficiencyInnovation = 1;
end;
steady;
steady
(nocheck)
;
options_.ep.verbosity = 0;
...
...
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