HierarchicalLaunchITS.fit#
- HierarchicalLaunchITS.fit(X, y, coords=None, aux=None)[source]#
Fit the hierarchical launch ITS model.
- Parameters:
X (
DataArray) – Standardized covariate design; see the class docstring.y (
DataArray) – Outcome data; see the class docstring.coords (
dict[str,Any] |None) – Standard PyMCModel coords. Must include aunitentry (and anevent_binentry for the event-study / placebo variants).aux (
dict[str,Any] |None) – Auxiliary design inputs; see the class docstring.
- Return type:
InferenceData