arviz.InferenceData — ArviZ 0.14.0 documentation (original) (raw)

InferenceData.__init__([attrs])

Initialize InferenceData object from keyword xarray datasets.

InferenceData.add_groups([group_dict, ...])

Add new groups to InferenceData object.

InferenceData.assign([variables])

InferenceData.assign_coords([coords])

InferenceData.chunk([chunks, name_prefix, ...])

InferenceData.compute(**kwargs)

InferenceData.copy()

Return a fresh copy of the InferenceData object.

InferenceData.cumsum([dim, skipna, keep_attrs])

InferenceData.extend(other[, join])

Extend InferenceData with groups from another InferenceData.

InferenceData.from_netcdf(filename[, ...])

Initialize object from a netcdf file.

InferenceData.from_zarr(store)

Initialize object from a zarr store or path.

InferenceData.get(k[,d])

InferenceData.get_index(key)

InferenceData.groups()

Return all groups present in InferenceData object.

InferenceData.isel([groups, filter_groups, ...])

Perform an xarray selection on all groups.

InferenceData.items()

Return a view over the groups and datasets present in the InferenceData object.

InferenceData.keys()

InferenceData.load(**kwargs)

InferenceData.map(fun[, groups, ...])

Apply a function to multiple groups.

InferenceData.max([dim, skipna, keep_attrs])

InferenceData.mean([dim, skipna, keep_attrs])

InferenceData.median([dim, skipna, keep_attrs])

InferenceData.min([dim, skipna, keep_attrs])

InferenceData.persist(**kwargs)

InferenceData.quantile(q[, dim, method, ...])

InferenceData.rename([name_dict, groups, ...])

Perform xarray renaming of variable and dimensions on all groups.

InferenceData.rename_dims([name_dict, ...])

Perform xarray renaming of dimensions on all groups.

InferenceData.rename_vars([name_dict, ...])

Perform xarray renaming of variable or coordinate names on all groups.

InferenceData.reset_coords([names, drop])

InferenceData.reset_index(dims_or_levels[, drop])

InferenceData.sel([groups, filter_groups, ...])

Perform an xarray selection on all groups.

InferenceData.set_coords(names)

InferenceData.set_index([indexes, append])

InferenceData.sortby(variables[, ascending])

InferenceData.stack([dimensions, groups, ...])

Perform an xarray stacking on all groups.

InferenceData.sum([dim, skipna, min_count, ...])

InferenceData.to_dataframe([groups, ...])

Convert InferenceData to a pandas.DataFrame following xarray naming conventions.

InferenceData.to_dict([groups, filter_groups])

Convert InferenceData to a dictionary following xarray naming conventions.

InferenceData.to_json(filename[, groups, ...])

Write InferenceData to a json file.

InferenceData.to_netcdf(filename[, ...])

Write InferenceData to file using netcdf4.

InferenceData.to_zarr([store])

Convert InferenceData to a zarr.hierarchy.Group.

InferenceData.unify_chunks()

InferenceData.unstack([dim, groups, ...])

Perform an xarray unstacking on all groups.

InferenceData.values()

Return a view over the Xarray Datasets present in the InferenceData object.