Dear Johannes,
Dear all,
I carefully read the SW2007 model (paper + mod files provided by AER website, AER's zip + mod file provided by Johannes's GIT), and I have a little question about the code.
At the end of the consumption equation of the mod files (AER's zip+GIT), we can see this:
*(r - pinf(+1) + 0*b) + b;
But in the paper (eq 2 of the SW2007 AER paper), the consumption equation ends with:
*(r - pinf(+1) + b);
So my question is simple: are the mod files from AER's supplemental material or Johannes' GIT are correct?
If yes, can u provide a clear explanation?
If not, can u provide a clear correction?
Same question for:
// Real value of the existing capital stock
pk = -r + pinf(+1) - 0*b + (1/((1 - chabb/cgamma)/(csigma*(1 + chabb/cgamma))))*b + ...
that should be
pk = -r + pinf(+1) - b + ...
Kind regards,
Jonathan