Getting Started#
- Installation guide
- ArviZ Quickstart
- Introduction to xarray, InferenceData, and netCDF for ArviZ
- Additional Reading
- Creating InferenceData
- Working with InferenceData
- Get the dataset corresponding to a single group
- Add a new variable
- Combine chains and draws
- Get a random subset of the samples
- Obtain a NumPy array for a given parameter
- Get the dimension lengths
- Get coordinate values
- Get a subset of chains
- Remove the first n draws (burn-in)
- Compute posterior mean values along
draw
andchain
dimensions - Compute and store posterior pushforward quantities
- Advanced subsetting
- Add new chains using concat
- Add groups to InferenceData objects