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