Open
Description
GMM introduces bias to the sampler. Two ways to remedy this.
- slice sampling
- train gmm
- define the lowest score from the trained gmm on expanded samples as the threshold
- generate samples from a low-discrepancy sequence (which one has the property of not being affected by cutting or truncating?)
- include those higher than the threshold
- restore the uniform prior before the data assimilation loop