google_api_big_query v0.41.0 GoogleApi.BigQuery.V2.Model.ArimaModelInfo View Source
Arima model information.
Attributes
-
arimaCoefficients(type:GoogleApi.BigQuery.V2.Model.ArimaCoefficients.t, default:nil) - Arima coefficients. -
arimaFittingMetrics(type:GoogleApi.BigQuery.V2.Model.ArimaFittingMetrics.t, default:nil) - Arima fitting metrics. -
hasDrift(type:boolean(), default:nil) - Whether Arima model fitted with drift or not. It is always false when d is not 1. -
nonSeasonalOrder(type:GoogleApi.BigQuery.V2.Model.ArimaOrder.t, default:nil) - Non-seasonal order. -
seasonalPeriods(type:list(String.t), default:nil) - Seasonal periods. Repeated because multiple periods are supported for one time series. -
timeSeriesId(type:String.t, default:nil) - The id to indicate different time series.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.BigQuery.V2.Model.ArimaModelInfo{
arimaCoefficients: GoogleApi.BigQuery.V2.Model.ArimaCoefficients.t(),
arimaFittingMetrics: GoogleApi.BigQuery.V2.Model.ArimaFittingMetrics.t(),
hasDrift: boolean(),
nonSeasonalOrder: GoogleApi.BigQuery.V2.Model.ArimaOrder.t(),
seasonalPeriods: [String.t()],
timeSeriesId: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.