Show / Hide Table of Contents

Class ArimaResult

(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.

Inheritance
object
ArimaResult
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX