MVITS.build_model#
- MVITS.build_model(X, y, **kwargs)[source]#
Build a PyMC model for a multivariate interrupted time series analysis.
- Parameters:
- X
pd.DataFrame
The data for the existing products.
- y
np.ndarray
|pd.Series
The data for the new product.
- X