Skip to content

Commit 59c1993

Browse files
committed
textual
1 parent ced7bb2 commit 59c1993

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

vignettes/Chapter07.Rmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -991,13 +991,14 @@ We can see that the draws appear to come from the same distribution. Note,
991991
however, that the first sampler gets "stuck" slightly below 0.93 for a few
992992
draws, which isn't the case for the second sampler.
993993

994+
To conclude, we compute ESSs and IFs for the sampler utilizing the optimized
995+
MH step.
996+
994997
```{r}
995-
library(coda)
996998
ess <- effectiveSize(stationary3)
997999
knitr::kable(rbind(ESS = round(ess), IF = round(ndraws / ess, 2)))
9981000
```
9991001

1000-
10011002
# Section 7.3: Some Extensions
10021003
## Section 7.3.1: AR Models with a Unit Root
10031004

0 commit comments

Comments
 (0)