hzi-notebook
3/3/2019 - 5:25 PM

pymc3 traceplot

# Vertikale Linien im Traceplot

theta_val = 0.35
pm.traceplot(trace, lines={'theta':theta_val})

trace['theta'].mean()
lines = {var:trace[var].mean() for var in trace.varnames}