Changed calibration.

time-shift
Stéphane Adjemian (Charybdis) 2016-12-06 23:34:11 +01:00
parent b43ef94e7b
commit c2e5d5c2c2
1 changed files with 3 additions and 3 deletions

View File

@ -35,10 +35,10 @@ end;
histval;
Efficiency(0) = .5;
EfficiencyGrowth(0) = 1.02;
EfficiencyGrowth(0) = 1.00;
Population(0) = 1;
PopulationGrowth(0) = 1.02;
PhysicalCapitalStock(0) = 1;
PopulationGrowth(0) = 1.04;
PhysicalCapitalStock(0) = 15;
end;
LongRunEfficiency = M_.endo_histval(1)*M_.endo_histval(2)^(rho_x/(1-rho_x));