arviz.to_netcdf#
- arviz.to_netcdf(data, filename, *, group='posterior', engine='h5netcdf', coords=None, dims=None)[source]#
Save dataset as a netcdf file.
WARNING: Only idempotent in case
datais InferenceData- Parameters:
- data
InferenceData, oranyobjectacceptedbyconvert_to_inference_data Object to be saved
- filename
str name or path of the file to load trace
- group
str(optional) In case
datais not InferenceData, this is the group it will be saved to- engine{“h5netcdf”, “netcdf4”}, default “h5netcdf”
Library used to read the netcdf file.
- coords
dict(optional) See
convert_to_inference_data- dims
dict(optional) See
convert_to_inference_data
- data
- Returns:
strfilename saved to