Skip to content

Commit

Permalink
SS solve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 committed Nov 20, 2023
1 parent a72b348 commit 7b9b209
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/src/how-to/loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,9 @@ Making use of this and continuing the example of the Backus, Kehoe and Kydland (

```@repl howto_loops
@parameters Backus_Kehoe_Kydland_1992 begin
F_H_ratio = .9
K{F}[ss] / K{H}[ss] = F_H_ratio | beta{F}
K{H}[ss] = 11 | beta{H}
beta = 0.99
K_ss = 11
K[ss] = K_ss | beta
mu = 0.34
gamma = -1.0
alpha = 1
Expand Down

0 comments on commit 7b9b209

Please sign in to comment.