Skip to content

Instantly share code, notes, and snippets.

@jeetsukumaran
jeetsukumaran / pymc_multinomial_propoptions.py
Created May 31, 2012 01:09
Using PyMC to Estimate the Proportions of a Multinomial Distribution
#! /usr/bin/env python
import sys
import random
import pymc
import numpy
from dendropy.mathlib import probability as prob
from dendropy.mathlib import statistics as stats
rng = random.Random()