The type of the forecast. This describes the method that was used to produce future time series values from historical time series values.
| Enums | |
|---|---|
FORECAST_TYPE_UNSPECIFIED |
No forecast type is specified. |
STATISTICAL |
Statistical forecast. |
STATISTICAL_WITH_BFCM |
Statistical forecast that attempts to predict the seasonal affects of Black Friday and Cyber Monday. |
YEARLY_SEASONALITY |
Yearly Seasonality model provides generic seasonality beyond BFCM. |