Skip to content

EngEmmanuel/sciProject-MCMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sciProject

This repository contains code that animates the performance of two common Monte-Carlo Markov Chain (MCMC) methods: Random Walk Metropolis and Adaptive Covariance MC, on bivariate normal distributions.

mcmcPlot

Setup

Create a git repository in your local repository

git init

Clone this repository

git clone https://github.com/EngEmmanuel/sciProject

Install all necessary packages automatically using conda

conda env create -f environment.yaml

If you do not have conda, you can manually install the packages using pip



View animation

Run play.py

python play.py

Run animation.py

python animation.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages