Slice sampling: Difference between revisions

Content deleted Content added
m Slice-within-Gibbs sampling: clean up, url redundant with jstor, and/or remove accessdate if no url using AWB
m link random walk using Find link
Line 52:
Slice sampling is a Markov chain method and as such serves the same purpose as Gibbs sampling and Metropolis. Unlike Metropolis, there is no need to manually tune the candidate function or candidate standard deviation.
 
Recall that Metropolis is sensitive to step size. If the step size is too small [[random walk]] causes slow decorrelation. If the step size is too large there is great inefficiency due to a high rejection rate.
 
In contrast to Metropolis, slice sampling automatically adjusts the step size to match the local shape of the density function. Implementation is arguably easier and more efficient than Gibbs sampling or simple Metropolis updates.