- class sakkara.model.SeriesComponent(data: ndarray[Any, dtype[ScalarType]] | Series, name: str, group: str = 'obs')#
Helper component for wrapping Pandas Series objects
- Parameters:
data – Series to wrap as a component.
name – Name of the corresponding variable to register in PyMC.
group – Group of which the component is defined for.