arviz.InferenceData.from_zarr#

static InferenceData.from_zarr(store)[source]#

Initialize object from a zarr store or path.

Expects that the zarr store will have groups, each of which can be loaded by xarray. By default, the datasets of the InferenceData object will be lazily loaded instead of being loaded into memory. This behaviour is regulated by the value of az.rcParams["data.load"].

Parameters:
store: MutableMapping or zarr.hierarchy.Group or str.

Zarr storage class or path to desired Store.

Returns:
InferenceData object

References

https://zarr.readthedocs.io/