TD_​SEASONALNORMALIZE

The function SeasonalNormalize() takes a non-stationary series and normalizes the series by removing the unit roots. The function can be used with any cyclic data that can be subdivided into a collection of logical periods, in which each period can be further subdivided into a collection of logical intervals.

Options

OutputFormat
Specifies the index style of the output format.
SEASON_CYCLE.CYCLES
The CYCLE is a logical time-unit with one of the enum values: TS_CAL_YEARS, TS_CAL_MONTHS, TS_CAL_DAYS, TS_WEEKS, TS_DAYS, TS_HOURS, TS_MINUTES, TS_SECONDS, TS_MILLISECONDS, TS_MICROSECONDS.
SEASON_CYCLE.DURATION
duration - positive INTEGERSpecifies the number of time-units as the duration of each seasonal cycle.
SEASON_INFO
Specifies whether to generate additional columns CYCLE_NO and SEASON_NO. CYCLE_NO is the n-th cycle of the season. SEASON_NO is the season for the data.
Output Schema
Output Schema, if Volatile is true then use user login as the schema.
Output Table
Output Table
VAL Location
VAL Location
Volatile
Specifies whether the table should be a VOLATILE table. If true, then the table is automatically deleted, otherwise it is users responsibility to remove or clean it up for space.

Input Ports

Icon
Connection to a Teradata Database Instance
Icon
Specifies a logical-runtime series, with real number elements.

Output Ports

Icon
output of TD_SEASONALNORMALIZE

Nodes

Extensions

Links