- class sakkara.model.DeterministicComponent(name: str, component: ModelComponent, group: str | Tuple[str, ...] | None = None)#
Wrapper for
pymc.Deterministic- Parameters:
name – Name that will be applied to the
pymc.Deterministicobject.component –
ModelComponentwhose corresponding PyMC variable wil be wrapped intopymc.Deterministicgroup – Group of which the component is defined for.
- build_variable() None#
Build the variable, performed after prebuild and build_group.