ArimaResult class
(Auto-)arima fitting result.
Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.
Constructors
- 
          ArimaResult({List<ArimaModelInfo> ? arimaModelInfo, List<String> ? seasonalPeriods})
- ArimaResult.fromJson(Map json_)
Properties
- 
  arimaModelInfo
  ↔ List<ArimaModelInfo> ?
- 
  This message is repeated because there are multiple arima models fitted in
auto-arima.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- 
  seasonalPeriods
  ↔ List<String> ?
- 
  Seasonal periods.
  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