# arviz
**Repository Path**: epool/arviz
## Basic Information
- **Project Name**: arviz
- **Description**: 搬运,修复其中计算 waic 和 loo 的 warning 和 bug
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-09-21
- **Last Updated**: 2023-09-22
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://badge.fury.io/py/arviz)
[](https://dev.azure.com/ArviZ/ArviZ/_build/latest?definitionId=1&branchName=main)
[](https://codecov.io/gh/arviz-devs/arviz)
[](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)
[](https://numfocus.org)
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](https://julia.arviz.org/).
## Documentation
The ArviZ documentation can be found in the [official docs](https://python.arviz.org/en/latest/index.html).
First time users may find the [quickstart](https://python.arviz.org/en/latest/getting_started/Introduction.html)
to be helpful. Additional guidance can be found in the
[user guide](https://python.arviz.org/en/latest/user_guide/index.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 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](https://python.arviz.org/en/latest/examples/index.html)
|
|
|
|
|
|
|
|
|
|
|
|