You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just like `pymc.sample()`, this returns an idata with samples from the posterior. Note that because these samples do not come from an MCMC chain, convergence can not be assessed in the regular way.
73
74
74
75
```{code-cell} ipython3
75
-
az.plot_trace(idata);
76
+
az.plot_trace(idata)
77
+
plt.tight_layout();
76
78
```
77
79
78
80
## References
@@ -86,7 +88,8 @@ az.plot_trace(idata);
86
88
## Authors
87
89
88
90
* Authored by Thomas Wiecki on Oct 11 2022 ([pymc-examples#429](https://github.com/pymc-devs/pymc-examples/pull/429))
89
-
* Re-execute notebook, by Reshama Shaikh on Feb 5, 2023
91
+
* Re-execute notebook by Reshama Shaikh on Feb 5, 2023
0 commit comments