Skip to content Skip to sidebar Skip to footer
Showing posts with the label 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

Pymc With Observations On Multiple Variables

I'm using an example of linear regression from bayesian methods for hackers but having trouble … Read more Pymc With Observations On Multiple Variables