pastas.modelstats.Statistics.sse#
- 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)
- Parameters:
tmin (pandas.Timestamp or str, optional) – 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.
tmax (pandas.Timestamp or str, optional) – 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.
See also
pastas.stats.sse