pymc.MutableData#
- pymc.MutableData(name, value, *, dims=None, coords=None, export_index_as_coords=False, infer_dims_and_coords=False, **kwargs)[source]#
Alias for
pm.Data(..., mutable=True).Registers the
valueas aSharedVariablewith the model. For more information, please referencepymc.Data.