Class ArimaOrder
Arima order, can be used for both non-seasonal and seasonal parts.
Inheritance
System.Object
ArimaOrder
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 ArimaOrder : IDirectResponseSchema
Properties
D
Order of the differencing part.
Declaration
[JsonProperty("d")]
public virtual long? D { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
P
Order of the autoregressive part.
Declaration
[JsonProperty("p")]
public virtual long? P { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Q
Order of the moving-average part.
Declaration
[JsonProperty("q")]
public virtual long? Q { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Implements
Google.Apis.Requests.IDirectResponseSchema