pastas.stats.signatures.recession_constant#

recession_constant(series, bins=20, normalize=False)[source]#

Recession constant after Kirchner [2009].

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

  • bins (int, optional) – Number of bins to bin the data to.

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

Return type:

float

Notes

Slope of the linear model fitted to percentile‐wise binned means in a log‐log plot of negative head versus negative head one time step ahead.