Skip to content

Commit

Permalink
missed a Q
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Nov 20, 2023
1 parent c986fd5 commit a72b348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/how-to/obc.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using MacroModelling
@model Gali_2015_chapter_3_obc begin
W_real[0] = C[0] ^ σ * N[0] ^ φ
[0] = β * (C[1] / C[0]) ^ (-σ) * Z[1] / Z[0] / Pi[1]
Q[0] = β * (C[1] / C[0]) ^ (-σ) * Z[1] / Z[0] / Pi[1]
R[0] = 1 / Q[0]
Expand Down

0 comments on commit a72b348

Please sign in to comment.