pastas.plotting.modelcompare.CompareModels.__init__#
- CompareModels.__init__(models, names=None, tmin=None, tmax=None)[source]#
Initialize model compare class.
- Parameters
models (list of ps.Model, optional) – list of models to compare.
tmin (TimestampType, optional) – Timestamp with a start date for the simulation period (E.g. ‘1980’). If none is provided, the tmin from the oseries is used.
tmax (TimestampType, optional) – Timestamp with an end date for the simulation period (E.g. ‘2010’). If none is provided, the tmax from the oseries is used.
- Return type
None