Skip to content

Commit

Permalink
Add Turing sample call
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Jan 28, 2021
1 parent 35eb19e commit 0e71813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ using Turing
k ~ Binomial(n, θ)
return k, θ
end
chains = sample(binom(9, 6), NUTS(0.65), 1000)
nothing # hide
```

0 comments on commit 0e71813

Please sign in to comment.