# MCMC **Repository Path**: assass1n47/MCMC ## Basic Information - **Project Name**: MCMC - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-04-15 - **Last Updated**: 2024-11-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MCMC Algorithms Collection of Monte Carlo (MC) and Markov Chain Monte Carlo (MCMC) algorithms applied on simple examples. ### What's in it 1. Rejection Sampling 2. Gibbs Sampling 3. Metropolis(-Hastings) 4. Slice Sampling 5. Stochastic Gradient Langevin Dynamics (SGLD) 6. Annealed Importance Sampling (AIS)