https://github.com/adrn/arviz
Exploratory analysis of Bayesian models with Python
Science Score: 23.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 11 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.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Exploratory analysis of Bayesian models with Python
Basic Info
- Host: GitHub
- Owner: adrn
- License: apache-2.0
- Default Branch: master
- Homepage: https://arviz-devs.github.io/arviz/
- Size: 27.2 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of arviz-devs/arviz
Created over 6 years ago
· Last pushed over 6 years ago
https://github.com/adrn/arviz/blob/master/
[](https://travis-ci.org/arviz-devs/arviz) [](https://dev.azure.com/ArviZ/ArviZ/_build/latest?definitionId=1&branchName=master) [](https://coveralls.io/github/arviz-devs/arviz?branch=master) [](https://github.com/ambv/black) [](https://gitter.im/arviz-devs/community) [](https://doi.org/10.21105/joss.01143) [](https://doi.org/10.5281/zenodo.2540945) # ArviZ ArviZ (pronounced "AR-_vees_") is a Python package for exploratory analysis of Bayesian models. Includes functions for posterior analysis, model checking, comparison and diagnostics. ### ArviZ in other languages ArviZ also has a Julia wrapper available [ArviZ.jl](https://arviz-devs.github.io/ArviZ.jl/stable/). ## Documentation The ArviZ documentation can be found in the [official docs](https://arviz-devs.github.io/arviz/index.html). First time users may find the [quickstart](https://arviz-devs.github.io/arviz/notebooks/Introduction.html) to be helpful. Additional guidance can be found in the [usage documentation](https://arviz-devs.github.io/arviz/usage.html). ## Installation ### Stable ArviZ is available for installation from [PyPI](https://pypi.org/project/arviz/). The latest stable version can be installed using pip: ``` pip install arviz ``` ArviZ is also available through [conda-forge](https://anaconda.org/conda-forge/arviz). ``` conda install -c conda-forge arviz ``` ### Development The latest development version can be installed from the master 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](https://arviz-devs.github.io/arviz/examples/index.html)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Owner
- Name: Adrian Price-Whelan
- Login: adrn
- Kind: user
- Location: NYC
- Company: Flatiron Institute
- Website: adrian.pw
- Repositories: 124
- Profile: https://github.com/adrn
[](https://travis-ci.org/arviz-devs/arviz)
[](https://dev.azure.com/ArviZ/ArviZ/_build/latest?definitionId=1&branchName=master)
[](https://coveralls.io/github/arviz-devs/arviz?branch=master)
[](https://github.com/ambv/black)
[](https://gitter.im/arviz-devs/community)
[](https://doi.org/10.21105/joss.01143) [](https://doi.org/10.5281/zenodo.2540945)
# ArviZ
ArviZ (pronounced "AR-_vees_") is a Python package for exploratory analysis of Bayesian models.
Includes functions for posterior analysis, model checking, comparison and diagnostics.
### ArviZ in other languages
ArviZ also has a Julia wrapper available [ArviZ.jl](https://arviz-devs.github.io/ArviZ.jl/stable/).
## Documentation
The ArviZ documentation can be found in the [official docs](https://arviz-devs.github.io/arviz/index.html).
First time users may find the [quickstart](https://arviz-devs.github.io/arviz/notebooks/Introduction.html)
to be helpful. Additional guidance can be found in the
[usage documentation](https://arviz-devs.github.io/arviz/usage.html).
## Installation
### Stable
ArviZ is available for installation from [PyPI](https://pypi.org/project/arviz/).
The latest stable version can be installed using pip:
```
pip install arviz
```
ArviZ is also available through [conda-forge](https://anaconda.org/conda-forge/arviz).
```
conda install -c conda-forge arviz
```
### Development
The latest development version can be installed from the master 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](https://arviz-devs.github.io/arviz/examples/index.html)