pastas.stats.signatures.mean_annual_maximum#
- mean_annual_maximum(series, normalize=True)[source]#
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
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.