• Stars
    star
    1,456
  • Rank 32,304 (Top 0.7 %)
  • Language
    Python
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Exploratory analysis of Bayesian models with Python

PyPI version Azure Build Status codecov Code style: black Gitter chat DOI DOI Powered by NumFOCUS

ArviZ (pronounced "AR-vees") is a Python package for exploratory analysis of Bayesian models. Includes functions for posterior analysis, data storage, model checking, comparison and diagnostics.

ArviZ in other languages

ArviZ also has a Julia wrapper available ArviZ.jl.

Documentation

The ArviZ documentation can be found in the official docs. First time users may find the quickstart to be helpful. Additional guidance can be found in the user guide.

Installation

Stable

ArviZ is available for installation from PyPI. The latest stable version can be installed using pip:

pip install arviz

ArviZ is also available through conda-forge.

conda install -c conda-forge arviz

Development

The latest development version can be installed from the main branch using pip:

pip install git+git://github.com/arviz-devs/arviz.git

Another option is to clone the repository and install using git and setuptools:

git clone https://github.com/arviz-devs/arviz.git
cd arviz
python setup.py install

Gallery

Ridge plot Forest Plot Violin Plot
Posterior predictive plot Joint plot Posterior plot
Density plot Pair plot Hexbin Pair plot
Trace plot Energy Plot Rank Plot
## Dependencies

ArviZ is tested on Python 3.9, 3.10 and 3.11, and depends on NumPy, SciPy, xarray, and Matplotlib.

Citation

If you use ArviZ and want to cite it please use DOI

Here is the citation in BibTeX format

@article{arviz_2019,
  doi = {10.21105/joss.01143},
  url = {https://doi.org/10.21105/joss.01143},
  year = {2019},
  publisher = {The Open Journal},
  volume = {4},
  number = {33},
  pages = {1143},
  author = {Ravin Kumar and Colin Carroll and Ari Hartikainen and Osvaldo Martin},
  title = {ArviZ a unified library for exploratory analysis of Bayesian models in Python},
  journal = {Journal of Open Source Software}
}

Contributions

ArviZ is a community project and welcomes contributions. Additional information can be found in the Contributing Readme

Code of Conduct

ArviZ wishes to maintain a positive community. Additional details can be found in the Code of Conduct

Donations

ArviZ is a non-profit project under NumFOCUS umbrella. If you want to support ArviZ financially, you can donate here.

Sponsors

NumFOCUS

More Repositories

1

ArviZ.jl

Exploratory analysis of Bayesian models with Julia
Julia
105
star
2

preliz

A tool-box for prior elicitation.
Python
74
star
3

xarray-einstats

Stats, linear algebra and einops for xarray
Python
61
star
4

simulation_based_calibration

Implementation of simulation based calibration for PyMC and Bambi
Python
31
star
5

Exploratory-Analysis-of-Bayesian-Models

Source repository for the online book Exploratory Analysis of Bayesian Models.
Jupyter Notebook
17
star
6

PSIS.jl

Pareto smoothed importance sampling
Julia
15
star
7

InferenceObjects.jl

Storage for results of Bayesian inference
Julia
14
star
8

GSoD

Repo about ArviZ participation in Google Season of Docs initiative
Python
5
star
9

arviz_dashboard

Bayesian Dashboard built on top of Panel
Python
5
star
10

ArviZPlots.jl

Experimental integration between ArviZ.jl and Plots.jl
Julia
4
star
11

arviz-project

ArviZ project wide website, documents, logos and governance
Python
4
star
12

arviz_misc

Various odds and ends that don't quite fit well anywhere else
Jupyter Notebook
4
star
13

xarray_examples

Temporary repo for xarray examples
Jupyter Notebook
3
star
14

arviz_example_data

Codes to generate ArviZ InferenceData examples
Jupyter Notebook
3
star
15

PosteriorStats.jl

Statistical analyses for Bayesian workflows
Julia
2
star
16

arviz-stats

Statistical computation and diagnostics for ArviZ.
Python
2
star
17

xrtist

ArviZ plotting refactor playground
Python
2
star
18

arviz-plots

ArviZ modular plotting
Python
2
star
19

ArviZJuliaDocs

Unified documentation for all Julia packages in the arviz-devs organization
Julia
1
star
20

arviz-devs.github.io

Redirect github pages landing to arviz.org
HTML
1
star
21

arvizjs

TypeScript
1
star