Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Red-Portal authored May 26, 2024
1 parent 689a928 commit 2f49ad6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This package implements slice sampling algorithms accessible through the `Abstra
For general usage, please refer to [here](https://turinglang.org/SliceSampling.jl/dev/general/).

## Implemented Algorithms
- Univariate slice sampling algorithms with coordinate-wise Gibbs sampling by R. Neal [^N2003].
- Latent slice sampling by Li and Walker[^LW2023]
- Gibbsian polar slice sampling by P. Schär, M. Habeck, and D. Rudolf[^SHR2023].
- [Univariate slice sampling](https://turinglang.org/SliceSampling.jl/dev/univariate_slice/) algorithms with coordinate-wise Gibbs sampling by R. Neal [^N2003].
- [Latent slice sampling](https://turinglang.org/SliceSampling.jl/dev/latent_slice/) by Li and Walker[^LW2023]
- [Gibbsian polar slice sampling](https://turinglang.org/SliceSampling.jl/dev/gibbs_polar/) by P. Schär, M. Habeck, and D. Rudolf[^SHR2023].

## Example with Turing Models
This package supports the [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming framework:

```@example turing
```julia
using Distributions
using Turing
using SliceSampling
Expand Down

0 comments on commit 2f49ad6

Please sign in to comment.