Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pymc

Negative Binomial Mixture In Pymc

I am trying to fit a Negative binomial mixture with PyMC. It seems I do something wrong, because th… Read more Negative Binomial Mixture In Pymc

Custom Priors In Pymc

Say I want to put a custom prior on two variables a and b in PyMC, e.g.: p(a,b)∝(a+b)^(−5/2) (for t… Read more Custom Priors In Pymc