Class ArimaCoefficients
Arima coefficients.
Inheritance
System.Object
ArimaCoefficients
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 ArimaCoefficients : IDirectResponseSchema
Properties
AutoRegressiveCoefficients
Auto-regressive coefficients, an array of double.
Declaration
[JsonProperty("autoRegressiveCoefficients")]
public virtual IList<double?> AutoRegressiveCoefficients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Nullable<System.Double>> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InterceptCoefficient
Intercept coefficient, just a double not an array.
Declaration
[JsonProperty("interceptCoefficient")]
public virtual double? InterceptCoefficient { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
MovingAverageCoefficients
Moving-average coefficients, an array of double.
Declaration
[JsonProperty("movingAverageCoefficients")]
public virtual IList<double?> MovingAverageCoefficients { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Nullable<System.Double>> |
Implements
Google.Apis.Requests.IDirectResponseSchema