Class ArimaResult
(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.
Inheritance
System.Object
ArimaResult
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ArimaResult : IDirectResponseSchema
Properties
ArimaModelInfo
This message is repeated because there are multiple arima models fitted in auto-arima. For non-auto-arima model, its size is one.
Declaration
[JsonProperty("arimaModelInfo")]
public virtual IList<ArimaModelInfo> ArimaModelInfo { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<ArimaModelInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SeasonalPeriods
Seasonal periods. Repeated because multiple periods are supported for one time series.
Declaration
[JsonProperty("seasonalPeriods")]
public virtual IList<string> SeasonalPeriods { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Implements
Google.Apis.Requests.IDirectResponseSchema