pastas.modelstats.Statistics.sse ================================ .. py:method:: pastas.modelstats.Statistics.sse(tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None) -> float Sum of the squares of the error (SSE) :param tmin: A string or pandas.Timestamp with the start date for the period (E.g. '1980-01-01 00:00:00'). Strings are converted to pandas.Timestamp internally. :type tmin: pandas.Timestamp or str, optional :param tmax: A string or pandas.Timestamp with the end date for the period (E.g. '2020-01-01 00:00:00'). Strings are converted to pandas.Timestamp internally. :type tmax: pandas.Timestamp or str, optional .. seealso:: :py:obj:`pastas.stats.sse` .. !! processed by numpydoc !!