(Updated 9/2/2009)
I never took a statistics class, so I only know the kind of statistics you learn on the street. But now that I’m in global health research, I’ve been doing a lot of on-the-job learning. This post is about something I’ve been reading about recently, how to decide if a simple statistical [...]
Posts Tagged as ‘probability’
August 25, 2009
MCMC in Python: PyMC for Bayesian Model Selection
November 26, 2008
MCMC in Python: PyMC for Bayesian Probability
I’ve got an urge to write another introductory tutorial for the Python MCMC package PyMC. This time, I say enough to the comfortable realm of Markov Chains for their own sake. In this tutorial, I’ll test the waters of Bayesian probability.
Now, what better problem to stick my toe in than the one that inspired Reverend [...]
November 5, 2008
MCMC in Python: PyMC to sample uniformly from a convex body
This post is a little tutorial on how to use PyMC to sample points uniformly at random from a convex body. This computational challenge says: if you have a magic box which will tell you yes/no when you ask, “Is this point (in n-dimensions) in the convex set S”, can you come up with a [...]
September 15, 2008
Applying Probability
My new job is in a den of Bayesians! This sort of philosophical trouble is something I avoided for years when I worked on random graphs. In combinatorial probability, I just said “assume the axioms of probability” and got to look for all the interesting facts that follow logically. People want these probability calculations to [...]