[yak shaving]

This commit is contained in:
Max Zwiessele 2015-09-18 16:21:31 +01:00
parent ba813edd07
commit 637be86369
3 changed files with 14 additions and 6 deletions

View file

@ -14,7 +14,7 @@ except ImportError:
import pickle
class Metropolis_Hastings:
class Metropolis_Hastings(object):
def __init__(self,model,cov=None):
"""Metropolis Hastings, with tunings according to Gelman et al. """
self.model = model