Skip to content

an0308x/MCMC-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MCMC-Algorithms

A collection of MCMC Algorithms

Markov Chain Monte Carlo (MCMC) is a statistical method used to sample from a probability distribution when direct sampling is difficult. It's particularly useful in Bayesian inference, where we want to estimate posterior distributions of parameters given observed data.

  1. Markov Chain: A sequence of random variables where each variable's probability only depends on the previous variable's state.
  2. Monte Carlo: A class of algorithms that rely on repeated random sampling to obtain numerical results.

About

A collection of MCMC Algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages