ArimaForecastingMetrics class

Model evaluation metrics for ARIMA forecasting models.

Constructors

ArimaForecastingMetrics({List<ArimaFittingMetrics>? arimaFittingMetrics, List<ArimaSingleModelForecastingMetrics>? arimaSingleModelForecastingMetrics, List<bool>? hasDrift, List<ArimaOrder>? nonSeasonalOrder, List<String>? seasonalPeriods, List<String>? timeSeriesId})
ArimaForecastingMetrics.fromJson(Map json_)

Properties

arimaFittingMetrics List<ArimaFittingMetrics>?
Arima model fitting metrics.
getter/setter pair
arimaSingleModelForecastingMetrics List<ArimaSingleModelForecastingMetrics>?
Repeated as there can be many metric sets (one for each model) in auto-arima and the large-scale case.
getter/setter pair
hasDrift List<bool>?
Whether Arima model fitted with drift or not.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nonSeasonalOrder List<ArimaOrder>?
Non-seasonal order.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
seasonalPeriods List<String>?
Seasonal periods.
getter/setter pair
timeSeriesId List<String>?
Id to differentiate different time series for the large-scale case.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited