Path: blob/master/notebooks/book1/04/laplace_approx_beta_binom_pymc3.ipynb
1192 views
Kernel: Python [conda env:py3713]
Pymc
In [1]:
In [2]:
Out[2]:
WARNING:absl:No GPU/TPU found, falling back to CPU. (Set TF_CPP_MIN_LOG_LEVEL=0 and rerun for more info.)
Dataset: [0 0 0 0 0 0 0 0 0 0 1]
In [3]:
In [4]:
Out[4]:
In [ ]:
In [8]:
Out[8]:
theta ~ Beta
[[133.09999067]]
In [9]:
Out[9]:
(array(0.09090909),
array([0.08667842]),
{'theta_logodds__': array(-2.30258505), 'theta': array(0.09090909)})
In [10]:
Out[10]:
<matplotlib.legend.Legend at 0x7fd94c0bb590>
In [ ]:
In [ ]: