pastas.stats.signatures.mean_annual_maximum#

pastas.stats.signatures.mean_annual_maximum(series: pandas.Series, normalize: bool = True) float#

Mean of annual maximum head after Clausen and Biggs [2000].

Parameters:
  • series (pandas.Series) – Pandas Series with DatetimeIndex and head values.

  • normalize (bool, optional) – normalize the time series to values between zero and one.

Returns:

Mean of annual maximum head.

Return type:

float

Notes

Mean of annual maximum head [Clausen and Biggs, 2000].

Warning

This signatures is sensitive to the base level of the time series if normalize is set to False.