"There are only two problems in inference: how to assign probability distributions, and how to do integrals." - John Skilling
In [4]:
f = 0.01
N = 2
# Compute difference between two hypervolumes:
print("Volume fraction for f =",f," is")
This effect can cause real computational problems when attempting to characterize posterior PDFs - you've seen it already, just in our attempts with two-dimensional grids!
${\rm Pr}(x|d,H) \propto {\rm Pr}(d|x,H)\;{\rm Pr}(x|c,H)$
${\rm Pr}(x|d,H) \propto {\rm Pr}(d|x,H)\;{\rm Pr}(c|x,H)\;{\rm Pr}(x|H)$
In [ ]: