ArimaModelInfo class
Arima model information.
Constructors
-
ArimaModelInfo({ArimaCoefficients? arimaCoefficients, ArimaFittingMetrics? arimaFittingMetrics, bool? hasDrift, bool? hasHolidayEffect, bool? hasSpikesAndDips, bool? hasStepChanges, ArimaOrder? nonSeasonalOrder, List<
String> ? seasonalPeriods, String? timeSeriesId, List<String> ? timeSeriesIds}) - ArimaModelInfo.fromJson(Map json_)
Properties
- arimaCoefficients ↔ ArimaCoefficients?
-
Arima coefficients.
getter/setter pair
- arimaFittingMetrics ↔ ArimaFittingMetrics?
-
Arima fitting metrics.
getter/setter pair
- hasDrift ↔ bool?
-
Whether Arima model fitted with drift or not.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasHolidayEffect ↔ bool?
-
If true, holiday_effect is a part of time series decomposition result.
getter/setter pair
- hasSpikesAndDips ↔ bool?
-
If true, spikes_and_dips is a part of time series decomposition result.
getter/setter pair
- hasStepChanges ↔ bool?
-
If true, step_changes is a part of time series decomposition result.
getter/setter pair
- nonSeasonalOrder ↔ 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 ↔ String?
-
The time_series_id value for this time series.
getter/setter pair
-
timeSeriesIds
↔ List<
String> ? -
The tuple of time_series_ids identifying this time series.
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