GoogleApi.BigQuery.V2.Model.ArimaResult (google_api_big_query v0.88.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BigQuery.V2.Model.ArimaResult{ arimaModelInfo: [GoogleApi.BigQuery.V2.Model.ArimaModelInfo.t()] | nil, seasonalPeriods: [String.t()] | nil }