Skip to content

Commit 356d1b0

Browse files
committed
Fix typo in simulation of indices of stay-at-home shock.
1 parent 7b46c29 commit 356d1b0

9 files changed

+7
-7
lines changed

figures/mvsd_employed_Black.png

612 Bytes
Loading

figures/mvsd_employed_White.png

-142 Bytes
Loading

figures/mvsd_hours_Black.png

-47 Bytes
Loading

figures/mvsd_hours_White.png

-9 Bytes
Loading

figures/mvsdcf_employed.png

102 Bytes
Loading

figures/mvsdcf_wage.png

41 Bytes
Loading

src/montecarlo.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ function simulateindices(
8989

9090
return reduce(
9191
hcat,
92-
simulate_indices.(Ref(MC), fill(nagents, t₀ + nperiods))
93-
)[:, (t₀+1):end]
92+
simulate_indices.(Ref(MC), fill(t₀ + nperiods, nagents))
93+
)'[:, (t₀+1):end]
9494
end
9595

9696
"""

tables/counterfactuals.pdf

13 Bytes
Binary file not shown.

tables/counterfactuals.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
\cline{6-7}
1717
& & Emp. Rate & Hours & Wage & Employed & All \\
1818
\hline
19-
Benchmark gap & & 0.149 & 0.014 & 0.354 & 0.365 & 0.457 \\
19+
Benchmark gap & & 0.149 & 0.014 & 0.355 & 0.365 & 0.458 \\
2020
\vspace{-0.2cm} \\
2121
\rowgroup{\textit{Experiments}} \\
22-
Utility home ($\kappa_0$, $\kappa_1$, $\kappa_2$, and $\eta$) & & 0.141 & 0.015 & 0.35 & 0.361 & 0.446 \\
22+
Utility home ($\kappa_0$, $\kappa_1$, $\kappa_2$, and $\eta$) & & 0.142 & 0.015 & 0.35 & 0.361 & 0.446 \\
2323
Utility employed ($\psi$ and $\gamma$) & & 0.087 & -0.005 & 0.334 & 0.332 & 0.391 \\
24-
Utilities home \& employed & & 0.083 & -0.004 & 0.331 & 0.33 & 0.382 \\
24+
Utilities home \& employed & & 0.083 & -0.004 & 0.331 & 0.33 & 0.383 \\
2525
\vspace{-0.2cm} \\
26-
Distribution $(a,h_0)$ & & 0.079 & 0.021 & 0.056 & 0.075 & 0.153 \\
27-
Distrib.\ $(a,h_0)$ - constant labor supply & & 0.149 & 0.014 & 0.093 & 0.107 & 0.25 \\
26+
Distribution $(a,h_0)$ & & 0.08 & 0.021 & 0.057 & 0.076 & 0.153 \\
27+
Distrib.\ $(a,h_0)$ - constant labor supply & & 0.149 & 0.014 & 0.094 & 0.107 & 0.251 \\
2828
\vspace{-0.2cm} \\
2929
Distribution \& utility home & & 0.046 & 0.021 & 0.033 & 0.052 & 0.092 \\
3030
Distribution \& utility employed & & 0.026 & 0.0 & 0.019 & 0.019 & 0.051 \\

0 commit comments

Comments
 (0)