GitHub - meng-li/sampling-study: Just a demonstration of some sampling techniques (rejection sampling, importance sampling, sampling importance resampling, Metropolis sampling, Gibbs sampling) on a single toy problem.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

18 Commits

Repository files navigation

sampling-study

Just a demonstration of some sampling techniques (rejection sampling, importance sampling, sampling importance resampling, Metropolis sampling, Gibbs sampling) on a single toy problem. The code is written in python/numpy/scipy and is not optimised for speed.

You can either check sampling.py or skim through the corresponding iPython notebook sampling.ipynb (web: http://nbviewer.ipython.org/urls/raw.github.com/n0mad/sampling-study/master/sampling.ipynb)

About

Just a demonstration of some sampling techniques (rejection sampling, importance sampling, sampling importance resampling, Metropolis sampling, Gibbs sampling) on a single toy problem.

Resources

Readme

Activity

Stars

11 stars

Watchers

1 watching

Forks

4 forks

Releases

No releases published