pastas.stats.signatures.high_pulse_duration#

high_pulse_duration(series, quantile=0.8)[source]#

Average duration of pulses where the head exceeds a certain threshold.

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

  • quantile (float, optional) – Quantile used as a threshold.

Return type

float

Notes

Average duration of pulses where the groundwater head drops exceeds a certain threshold. The threshold is defined as the 80th percentile of non-exceedance.