5. 5 Install ● #PyMC 2.3 pip install pymc ● #PyMC 3(開発中) pip install git+https://github.com/pymc-devs/pymc ● うまくいかない場合 git clone https://github.com/pymc-devs/pymc cd pymc python setup.py install 6. 6 Documents ● User's guide – http://pymc-devs.github.io/pymc/ ● Tutorial – https://github.com/fonnesbeck/pymc_tutorial ● Probabilistic Programming and Bayesian Methods for Hackers – http://nbviewer.ipyt