pymc.dims.Data#

pymc.dims.Data(name, value, dims=None, model=None, **kwargs)[source]#

Wrapper around pymc.Data that returns an XtensorVariable.

Dimensions are required if the input is not a scalar. These are always forwarded to the model object.