pastas.model.Model.get_transform_contribution#

Model.get_transform_contribution(tmin=None, tmax=None)[source]#

Method to get the contribution of a transform.

Parameters
  • tmin (str, optional) – String with a start date for the simulation period (E.g. ‘1980’). If none is provided, the tmin from the oseries is used.

  • tmax (str, optional) – String with an end date for the simulation period (E.g. ‘2010’). If none is provided, the tmax from the oseries is used.

Returns

contrib – Pandas Series with the contribution.

Return type

pandas.Series