pastas.stats.signatures.richards_pathlength =========================================== .. py:function:: pastas.stats.signatures.richards_pathlength(series: pandas.Series, normalize: bool = True) -> float The path length of the time series, standardized by time series length after :cite:t:`baker_new_2004`. :param series: Pandas Series with DatetimeIndex and head values. :type series: pandas.Series :param normalize: normalize the time series to values between zero and one. :type normalize: bool, optional :returns: The path length of the time series, standardized by time series length and median. :rtype: float .. rubric:: Notes The path length of the time series, standardized by time series length and median. .. !! processed by numpydoc !!