Skip to content

Commit 6e6d799

Browse files
committed
Modify aspect ratio in manual chapter 2 figs.
1 parent c0a058e commit 6e6d799

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

UserManual/NimbleUserManual.pdf

176 KB
Binary file not shown.

UserManual/src/chapter_LightningIntroduction.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ to try on our model, let's use NIMBLE's default MCMC. Note that conjugate relati
141141
% exponential yet.] -->
142142
<!--- footnote is true but not relevant as there is not a conj relationship for alpha in a gamma-distributed dependency -->
143143

144-
```{r, mcmcPump, fig.height=2.5}
144+
```{r, mcmcPump, fig.height=2}
145145
```
146146

147147
Notice the posterior correlation between `alpha` and `beta`.
@@ -154,7 +154,7 @@ Let's add an adaptive
154154
block sampler on `alpha` and `beta` jointly and see if that
155155
improves the mixing.
156156

157-
```{r, mcmcPump2, fig.height=2.5}
157+
```{r, mcmcPump2, fig.height=2}
158158
```
159159

160160
We can see that the block sampler has decreased the

0 commit comments

Comments
 (0)