MuEffect.create_data#
- abstractmethod MuEffect.create_data(mmm, X=None)[source]#
Create the required data in the model.
- Parameters:
- mmm
Model The MMM model instance.
- X
xr.Dataset, optional The xarray dataset containing training data. Effects that need external data (e.g. control variables) use this parameter. Effects that derive data purely from model coordinates may ignore it.
- mmm