pastas.modelstats.Statistics.aicc#
- pastas.modelstats.Statistics.aicc(tmin: pandas.Timestamp | str | None = None, tmax: pandas.Timestamp | str | None = None) float#
Akaike Information Criterium with second order bias correction (AICc).
- 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.aicc