emcee 0.3.0

Implementation of Python's emcee affine-invariant mcmc ensemble sampler
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
import numpy as np
import matplotlib.pyplot as pl

import os
import sys

# sys.path.prepend(os.path.abspath(os.path.join(__file__, "..", "..", "..")))
# import emcee


def plot_acor(acorfn):
    pass