-
Hi all,
I looked into using the samplers in [`SliceSampling`](https://github.com/TuringLang/SliceSampling.jl) as a component to `Experimental.Gibbs`. After a few patches to `SliceSampling`, it seem…
-
We should have a tutorial on comparing the ESS sampler against HMC samplers. HMC is very popular, but partially due to availability in Stan. In many interesting cases with Gaussian priors, ESS could b…
yebai updated
8 months ago
-
### Presentation of the new sampler
Nested sampling [[Skilling]](https://projecteuclid.org/journals/bayesian-analysis/volume-1/issue-4/Nested-sampling-for-general-Bayesian-computation/10.12…
-
To Whom It May Concern,
I'm experiencing an issue with **bagpipes** when using the **nautilus** sampler for spectral fitting. The problem arises when I bin my spectrum by smaller factors, e.g., 5 i…
-
In Neal [paper](https://projecteuclid.org/download/pdf_1/euclid.aos/1056562461):
- [x] univariate slice sampling
- [x] slice-sampling-within-Gibbs multivariate slice
- [x] multivariate slice sampli…
-
**Is your feature request related to a problem? Please describe.**
Even though the derotation works in the simulated data (even with different centres of rotation (see #24), in real datasets I am sti…
-
Consider:
```
venture[script] > assume x = beta(1, 1)
0.795638860957
venture[script] > observe flip(x) = true
[-0.22860988835221455]
venture[script] > slice(default, one, 0.2, 10, 1)
Warning: skippin…
-
### What is your issue?
A common use case for us working with xarray + zarr for ML is sampling chunks of data from multiple zarr files. I have noticed that the time taken to load a sample differs sig…
dfulu updated
3 weeks ago
-
Hi,
I've been using optimize_hypers instead of sample_hypers since the beginning because I've always had the "Slice sampler shrank to zero!" error. I didn't really investigated this problem until rec…
-