HierarchicalLaunchITS.build_model#

HierarchicalLaunchITS.build_model(X, y, coords)[source]#

Define the hierarchical PyMC model.

Parameters:
  • X (DataArray) – Standardized covariate design; see the class docstring.

  • y (DataArray) – Outcome data; see the class docstring.

  • coords (dict[str, Any] | None) – Coordinate names for the model’s named dimensions. Must include a unit entry (and an event_bin entry for the event-study / placebo variants).

Return type:

None