Skip to content

Commit

Permalink
Update lectures/inflation_history.md
Browse files Browse the repository at this point in the history
Co-authored-by: mmcky <mmcky@users.noreply.github.com>
  • Loading branch information
HumphreyYang and mmcky authored Dec 14, 2023
1 parent b68b064 commit 0bbafbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/inflation_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def pe_plot(p_seq, e_seq, index, labs, ax):
def pr_plot(p_seq, index, ax):
"Generate plots for inflation rates."
# alculate the difference of log p_seq
# Calculate the difference of log p_seq
log_diff_p = np.diff(np.log(p_seq))
# graph for the difference of log p_seq
Expand Down

0 comments on commit 0bbafbc

Please sign in to comment.