Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ogusa/compute_moments.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def get_macro_moments(year=2025):
r"Investment rate $(I/K)$",
r"Capital-Output ratio $(K/Y)$",
r"Consumption-Output ratio $(C/Y)$",
r"Savings rate $(B/Y)$",
r"Gross savings rate $(S/Y)$",
r"Interest rate $(r)$",
r"Capital share of output",
r"Labor share of output",
Expand Down Expand Up @@ -609,7 +609,7 @@ def get_macro_moments(year=2025):
fred_data_q["Personal consumption expenditures"],
fred_data_q["Nominal GDP"],
)
macro_moments[r"Savings rate $(B/Y)$"] = _mean_ratio(
macro_moments[r"Gross savings rate $(S/Y)$"] = _mean_ratio(
fred_data_q["Gross private savings"], fred_data_q["Nominal GDP"]
)
macro_moments[r"Interest rate $(r)$"] = _mean_real_rate(
Expand Down
Loading
Loading