You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Meta Multivariate Samplers for Augmenting Univariate Samplers
19
-
- Random permutation coordinate-wise Gibbs sampling[^GG1984]
20
-
- Hit-and-run sampling[^BRS1993]
19
+
- Random permutation coordinate-wise Gibbs sampling[^GG1984] (`RandPermGibbs`)
20
+
- Hit-and-run sampling[^BRS1993] (`HitAndRun`)
21
21
22
22
### Multivariate Slice Sampling Algorithms
23
-
- Latent slice sampling ([LSS](https://turinglang.org/SliceSampling.jl/dev/latent_slice/)) by Li and Walker[^LW2023]
24
-
- Gibbsian polar slice sampling ([GPSS](https://turinglang.org/SliceSampling.jl/dev/gibbs_polar/)) by P. Schär, M. Habeck, and D. Rudolf[^SHR2023].
23
+
- Latent slice sampling ([LSS](https://turinglang.org/SliceSampling.jl/dev/latent_slice/)) by Li and Walker[^LW2023] (`LatentSlice`)
24
+
- Gibbsian polar slice sampling ([GPSS](https://turinglang.org/SliceSampling.jl/dev/gibbs_polar/)) by P. Schär, M. Habeck, and D. Rudolf[^SHR2023] (`GibbsPolarSlice`)
25
25
26
26
## Example with Turing Models
27
27
This package supports the [Turing](https://github.com/TuringLang/Turing.jl) probabilistic programming framework:
0 commit comments