Class ArimaResult
(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.
Implements
Inherited Members
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 |
---|---|
IList<ArimaModelInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
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 |
---|---|
IList<string> |