Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
richfitz committed Sep 30, 2024
1 parent 4d80cfc commit 92deddd
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 @@ -27,7 +27,7 @@ library(monty)

This example shows HMC outperforming a random walk on a two dimensional banana-shaped function. Our model takes two parameters `alpha` and `beta`, and is based on two successive simple draws, with the one conditional on the other, so $\beta \sim Normal(1,0)$ and $\alpha \sim Normal(\beta^2, \sigma)$, with $\sigma$ the standard deviation of the conditional draw.

We include this example withn the package; here we create a model with $\sigma = 0.5$
We include this example within the package; here we create a model with $\sigma = 0.5$

```{r}
m <- monty_example("banana", sigma = 0.5)
Expand Down

0 comments on commit 92deddd

Please sign in to comment.