pastas.timer.StatTimer ====================== .. toctree:: :hidden: /api/pastas/timer/StatTimer.timer .. py:class:: pastas.timer.StatTimer(ml: pastas.typing.Model, *args, statistic: Literal['rmse', 'sse', 'mae', 'rsq', 'evp', 'nse', 'nnse', 'aic', 'aicc', 'bic'] = 'rmse', update_interval: int | None = None, **kwargs) StatTimer that updates a user-specified solve statistic every N iterations. .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.timer.StatTimer.timer