Skip to content

Commit

Permalink
Update obc.md better readability
Browse files Browse the repository at this point in the history
  • Loading branch information
thorek1 authored Nov 20, 2023
1 parent 65556e6 commit 69f3173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/how-to/obc.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,13 +316,13 @@ Statistics.std(sims(:Y,:,:))
Compare this to the theoretical mean of the model without the occasionally binding constraint:

```@repl howto_obc
get_mean(Gali_2015_chapter_3_obc)
get_mean(Gali_2015_chapter_3_obc)(:Y)
```

and the theoretical standard deviation:

```@repl howto_obc
get_std(Gali_2015_chapter_3_obc)
get_std(Gali_2015_chapter_3_obc)(:Y)
```

The mean of output is lower in the model with effective lower bound compared to the model without and the standard deviation is higher.
Expand Down

0 comments on commit 69f3173

Please sign in to comment.