Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 12 DOI reference(s) in README -
✓Academic publication links
Links to: joss.theoj.org, zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.5%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: BenScott758
- License: apache-2.0
- Language: Python
- Default Branch: main
- Size: 36.8 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md

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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dependencies
ArviZ is tested on Python 3.7, 3.8 and 3.9, and depends on NumPy, SciPy, xarray, and Matplotlib.
Citation
If you use ArviZ and want to cite it please use
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
Owner
- Login: BenScott758
- Kind: user
- Repositories: 1
- Profile: https://github.com/BenScott758
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "ArviZ"
url: "https://github.com/arviz-devs/arviz"
preferred-citation:
type: article
authors:
-
family-names: Kumar
given-names: Ravin
orcid: "https://orcid.org/0000-0003-0501-6098"
-
family-names: Carroll
given-names: Colin
orcid: "https://orcid.org/0000-0001-6977-0861"
-
family-names: Hartikainen
given-names: Ari
orcid: "https://orcid.org/0000-0002-4569-569X"
-
family-names: Osvaldo
given-names: Martin
orcid: "https://orcid.org/0000-0001-7419-8978"
doi: "10.21105/joss.01143"
journal: "Journal of Open Source Software"
title: "ArviZ a unified library for exploratory analysis of Bayesian models in Python"
GitHub Events
Total
Last Year
Dependencies
- SonarSource/sonarcloud-github-action master composite
- actions/checkout v2 composite
- actions/setup-python v2 composite
- codecov/codecov-action v3.1.0 composite
- conda/miniconda3 latest build
- absolufy-imports * development
- astroid * development
- black * development
- cloudpickle <1.5.0 development
- madforhooks * development
- mypy <0.800 development
- numpydoc * development
- pydocstyle * development
- pylint * development
- pytest * development
- pytest-cov * development
- typing_copilot * development
- Sphinx >=1.8.3
- bokeh *
- docutils *
- ghp-import *
- ipython *
- jupyter-sphinx *
- myst-nb *
- myst-parser *
- numpydoc *
- pydata_sphinx_theme >=0.6.3
- pydocstyle *
- sphinx-codeautolink >=0.9.0
- sphinx-copybutton *
- sphinx-notfound-page *
- sphinx-panels *
- sphinx_design *
- cmdstanpy *
- emcee *
- numpyro >=0.2.1
- pyjags *
- pyro-ppl >=1.0.0
- pystan *
- bokeh >=1.4.0,<3.0
- dask *
- numba *
- ujson *
- zarr >=2.5.0
- matplotlib >=3.0
- netcdf4 *
- numpy >=1.12
- packaging *
- pandas >=0.23
- scipy >=0.19
- setuptools >=38.4
- typing_extensions >=3.7.4.3
- xarray >=0.16.1
- xarray-einstats >=0.2

