| Instance | Branch |
|---|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| Some python code for | |
| Markov Chain Monte Carlo and Gibs sampling | |
| by Bruce Walsh | |
| """ | |
| import numpy as np | |
| import numpy.linalg as npla |
NewerOlder