Skip to content

Commit

Permalink
Update vignettes/samplers.Rmd
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Hinsley <[email protected]>
  • Loading branch information
richfitz and weshinsley authored Oct 1, 2024
1 parent 92deddd commit 3f3dcb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/samplers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ plot(t(drop(res_rw$pars)), type = "l", col = "#0000ff66",
lines(z95[, 1], z95[, 2])
```

As we can see this is not great, exhibiting strong random walk behaviour as it slowly explore the surface (this is over 1,000 steps). Another way to view this is the parameters varying over steps:
As we can see this is not great, exhibiting strong random walk behaviour as it slowly explores the surface (this is over 1,000 steps). Another way to view this is the parameters varying over steps:

```
matplot(t(drop(res_rw$pars)), lty = 1, type = "l", col = c(2, 4),
Expand Down

0 comments on commit 3f3dcb4

Please sign in to comment.