Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
updated README Turing version
Browse files Browse the repository at this point in the history
  • Loading branch information
storopoli committed Jul 14, 2022
1 parent e8909ab commit ed9b681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Thousands of users rely on `Stan` for statistical modeling, data analysis, and p
`Stan` models are specified in its own language (similar to C++) and compiled into an executable binary that can generate Bayesian statistical inferences using a high-performance Markov Chain Montecarlo (MCMC).

You can find `Stan` models for all the content discussed in the slides at [`stan/`](stan/) folder.
These were tested with `Stan` version 2.30.0.
These were tested with `Stan` version 2.30.0 and `CmdStanR` version 0.5.2.

### `Turing.jl`

Expand All @@ -63,7 +63,7 @@ Models specified using `Turing.jl` are easy to read and write — models work th
Like everything in Julia, `Turing.jl` is [fast](https://arxiv.org/abs/2002.02702).

You can find `Turing.jl` models for all the content discussed in the slides at [`turing/`](turing/) folder.
These were tested with `Turing.jl` version 0.21.8 and Julia 1.7.3.
These were tested with `Turing.jl` version 0.21.9 and Julia 1.7.3.

## Datasets

Expand Down

0 comments on commit ed9b681

Please sign in to comment.