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