Bayesian Correlation in PyMC

Here is a StackOverflow question with a nice figure:

t0AeE

Is there a nice, simple reference for just what exactly these graphical model figures mean? I want more of them.

4 Comments

Filed under statistics

4 responses to “Bayesian Correlation in PyMC

  1. http://daft-pgm.org
    Although I do quick and dirty versions with OmniGraffle

  2. pmelsted

    The way I learned graphical models was from this book http://www.amazon.com/Probabilistic-Graphical-Models-Principles-Computation/dp/0262013193
    which is absolutely brilliant.

  3. I think the book is what I need at this point. The speech from the wikipedia page could be helpful and is easier to get: http://videolectures.net/mlss07_ghahramani_grafm/

    Making `daft` work with `mpld3` would be a fun time, too. Thanks all!