Python source code: [download source: bokeh_plot_mcse.py]
[download source: bokeh_plot_mcse.py]
API documentation: plot_mcse()
plot_mcse()
import arviz as az data = az.load_arviz_data("centered_eight") ax = az.plot_mcse(data, var_names=["tau", "mu"], rug=True, extra_methods=True, backend="bokeh")