openghg_inversions.hbmcmc.components#

Compatibility wrappers for HBMCMC model components.

openghg_inversions.hbmcmc.components.make_offset(site_indicator: ndarray, prior_args: dict, name: str = 'offset', output_dim: str = 'nmeasure', drop_first: bool = False, offset_freq: str | None = None, offset_freq_indicator: DataArray | ndarray | None = None) TensorVariable#

Create an offset inside a PyMC model.

This compatibility wrapper keeps the historical import path while delegating to the new shared component implementation.