|
CycleTimeSpan | Year |
Week |
Quarter |
Month |
Hour |
Day |
| Specifies the periodic variation or cycle to be used in the analysis of the data. Selections include:
Hour: 1 day (a 24-hour cycle)
Day: 1 week (a 7-day cycle)
Week: 1 month (a 4-week cycle)
Month: 1 year (a 12-month cycle)
Quarter: 1 year (a 4-quarter cycle)
Year: 1 year (a 1-year cycle) |
DependentDataColumn | | (Required) Set this to the name of a column returned into the datalayer. It represents data values for the Y-axis. |
ForecastIndicatorColumnID | | The name of a new column to be added to the datalayer, with value set to "True", for each row used in the forecast analysis. |
ForecastLength | | The actual number of rows to predict. A value entered that is greater than the total number of rows will be reduced to total number of rows minus one. If left blank, 20% of the total number of rows will be used. |
ForecastValueColumnID | | The name of a new column that will be created in the datalayer to hold each forecast value. When working with Forecast.Regression and Forecast.Time Series Decomposition, if this value is left blank, the forecast values will be added to the value of the Dependent Data Column. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
IndependentDataColumn | | (Required) Set this to the name of a column returned into the datalayer. It represents data values for the X-axis. |