Skip to main content
Ctrl+K
ArviZ dev documentation - Home
dev
  • Getting Started
  • Example Gallery
  • User Guide
  • API
  • Community
    • Contributing
    • The ArviZ project
  • GitHub
  • Twitter
  • Mastodon
  • Getting Started
  • Example Gallery
  • User Guide
  • API
  • Community
    • Contributing
    • The ArviZ project
  • GitHub
  • Twitter
  • Mastodon
  • Example gallery
  • Bayesian...

Bayesian u-value Plot#

See also

API Documentation: plot_bpv()

../_images/mpl_plot_bpv.png
import matplotlib.pyplot as plt

import arviz as az

az.style.use("arviz-doc")

data = az.load_arviz_data("regression1d")
az.plot_bpv(data)

plt.show()

Download Python Source Code: matplotlib/mpl_plot_bpv.py

import arviz as az

data = az.load_arviz_data("regression1d")
ax = az.plot_bpv(data, backend="bokeh")

Download Python Source Code: bokeh/bokeh_plot_bpv.py

previous

Pareto Shape Plot

next

Bayesian p-value with T statistic Plot

Edit on GitHub
Show Source
Support ArviZ

© Copyright 2018, ArviZ devs.

Created using Sphinx 7.2.6.

Built with the PyData Sphinx Theme 0.15.1.