google_api_big_query v0.32.0 GoogleApi.BigQuery.V2.Model.ArimaResult View Source
(Auto-)arima fitting result. Wrap everything in ArimaResult for easier refactoring if we want to use model-specific iteration results.
Attributes
arimaModelInfo
(type:list(GoogleApi.BigQuery.V2.Model.ArimaModelInfo.t)
, default:nil
) - This message is repeated because there are multiple arima models fitted in auto-arima. For non-auto-arima model, its size is one.seasonalPeriods
(type:list(String.t)
, default:nil
) - Seasonal periods. Repeated because multiple periods are supported for one time series.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.BigQuery.V2.Model.ArimaResult{ arimaModelInfo: [GoogleApi.BigQuery.V2.Model.ArimaModelInfo.t()], seasonalPeriods: [String.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.