8000 GitHub - stvrd/gibbs_sampling: Understand Gibbs sampling
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

stvrd/gibbs_sampling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Gibbs sampling

Understand Gibbs sampling (based on https://www.youtube.com/watch?v=ER3DDBFzH2g)

  • The aim of Gibbs sampling is to approximate a joint pdf by sampling from conditional pdfs
  • The algorithm is guaranteed to converge asymptotically on the true joint pdf
  • The Gibbs algorithm is a special case of the Metropolis algorithm
  • We do not reject samples, therefore it is more efficient
  • However, the conditional pdfs need to be known
  • May be very slow for correlated parameters

About

Understand Gibbs sampling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0