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