mstk.analyzer.series.is_converged

mstk.analyzer.series.is_converged(series: Series, frac_min=0.5)

Determine whether a time series has converged or not

Parameters:
  • series (Series) – Time series

  • frac_min (float) – Consider this time series is converged only if the fraction of converged parts relative to the full series is larger than this threshold

Returns:

  • converged (bool) – Converged or not

  • when (float) – From when this times series converged