arviz.InferenceData.extend#
- InferenceData.extend(other, join='left')[source]#
Extend InferenceData with groups from another InferenceData.
- Parameters
- otherInferenceData
InferenceData to be added
- join{‘left’, ‘right’}, default ‘left’
Defines how the two decide which group to keep when the same group is present in both objects. ‘left’ will discard the group in
otherwhereas ‘right’ will keep the group inotherand discard the one inself.
See also
add_groupsAdd new groups to InferenceData object.
concatConcatenate InferenceData objects.