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.Deterministic object.

  • componentModelComponent whose corresponding PyMC variable wil be wrapped into pymc.Deterministic

  • group – Group of which the component is defined for.

build_variable() None#

Build the variable, performed after prebuild and build_group.