pastas.stats.signatures.cv_date_max =================================== .. py:function:: pastas.stats.signatures.cv_date_max(series: pandas.Series) -> float Coefficient of variation of the date of annual maximum head. :param series: Pandas Series with DatetimeIndex and head values. :type series: pandas.Series :returns: **cv** -- Coefficient of variation of the date of annual maximum head. :rtype: float .. rubric:: Notes Coefficient of variation of the date of annual maximum head computed using circular statistics as described in :cite:t:`fisher_statistical_1995` (page 32). If there are multiple dates with the same maximum head, the first date is chosen. The higher the coefficient of variation, the more variable the date of the maximum head is, and vice versa. .. !! processed by numpydoc !!