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 a SharedVariable with the model. For more information, please reference pymc.Data.