Class ArimaCoefficients
Arima coefficients.
Implements
Inherited Members
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 |
---|---|
IList<double?> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InterceptCoefficient
Intercept coefficient, just a double not an array.
Declaration
[JsonProperty("interceptCoefficient")]
public virtual double? InterceptCoefficient { get; set; }
Property Value
Type | Description |
---|---|
double? |
MovingAverageCoefficients
Moving-average coefficients, an array of double.
Declaration
[JsonProperty("movingAverageCoefficients")]
public virtual IList<double?> MovingAverageCoefficients { get; set; }
Property Value
Type | Description |
---|---|
IList<double?> |