Slice Sampling

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2024 Oct 23 0:12
Editor
Edited
Edited
2024 Dec 5 0:1
Refs
Refs
A geometric method that defines slices in complex distributions and generates samples within those slices
  1. Pick such that
  1. Sample
  1. Draw a horizontal line across the curve at
  1. Sample a point from the line segments within the curve
  1. Repeat from step 2 with the new
 
 
 
 
 
 
Slice sampling
Slice sampling is a type of Markov chain Monte Carlo algorithm for pseudo-random number sampling, i.e. for drawing random samples from a statistical distribution. The method is based on the observation that to sample a random variable one can sample uniformly from the region under the graph of its density function.[1][2][3]
 
 
 

Recommendations