swiftemulator.mean_models.offset module
Offset mean model. Basic 0th order model.
- class swiftemulator.mean_models.offset.OffsetMeanModel[source]
Bases:
MeanModelA basic offset mean model. Simply takes the mean of all of the dependent variables. Not likely to be useful in practice, but more of an example of using the protocol.
- model: Optional[float] = None