[Numpy-discussion] Multivariate hypergeometric distribution?

Fernando Perez fperez.net at gmail.com
Mon Jul 2 22:53:04 EDT 2012


On Mon, Jul 2, 2012 at 7:49 PM, Fernando Perez <fperez.net at gmail.com> wrote:
> It appears you're right!
>
> http://pymc-devs.github.com/pymc/distributions.html?highlight=hypergeometric#pymc.distributions.multivariate_hypergeometric_like

Furthermore, the code actually calls a sampler implemented in Fortran:

http://pymc-devs.github.com/pymc/_modules/pymc/distributions.html#multivariate_hypergeometric_like

which calls this:

https://github.com/pymc-devs/pymc/blob/master/pymc/flib.f#L4379

Thanks again to both of you for the help.  It's always productive to
ask around here ;)

Cheers,

f



More information about the NumPy-Discussion mailing list