Time Series Parameters
The parameters for a time series node in a recipe.
Properties
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
confidenceInterval | RecipeTimeSeriesConfidenceIntervalType | The confidence interval. Valid values are:
|
Small, v51.0 | 51.0 |
confidenceIntervalFields | Map<String, TimeSeriesOutputConfidenceIntervalHighLow> | The confidence interval field name and labels. | Small, v52.0 | 52.0 |
dayField | String | The day field. | Small, v51.0 | 51.0 |
forecastFields | String[] | The list of forecast fields. | Small, v51.0 | 51.0 |
forecastLength | Integer | The forecast length. | Small, v51.0 | 51.0 |
groupDatesBy | RecipeGroupDatesBy | The value to group dates by. Valid values are:
|
Small, v51.0 | 51.0 |
ignoreLastTimePeriod | Boolean | Indicates whether to ignore the last time period (true) or not (false). | Small, v51.0 | 51.0 |
model | RecipeTimeSeriesModel | The time series model. Valid values are:
|
Small, v51.0 | 51.0 |
seasonality | Integer | The seasonality. | Small, v51.0 | 51.0 |
subYearField | String | The sub year field. | Small, v51.0 | 51.0 |
targetDateField | RecipeNameLabel | The target date field. | Small, v51.0 | 51.0 |
targetForecastFields | RecipeNameLabel[] | The list of target forecast fields. | Small, v51.0 | 51.0 |
yearField | String | The year field. | Small, v51.0 | 51.0 |