TD_PACF Output - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
VMware
Enterprise
IntelliFlex
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2025-04-04
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743

A result series with same content type as the original SERIES_SPEC, meaning a univariate input yields a univariate output, and a multivariate input yields a multivariate output.

This function returns only a primary result set (ARTPRIMARY). There are NO other additional auxiliary layers returned by this function. Display the RETURNS TABLE with a SELECT statement.

RETURNS TABLE Schema

Name Data Type Description
derived-series-identifier Varies The resultant series identifier inherited from the SERIES_ID.
ROW_I BIGINT Index of time series.
OUT_payload_name FLOAT Calculated PACF coefficients. One result column produced for every input source payload field.
CONF_OFF_payload_name FLOAT Confidence bands critical value in accordance with Bartlett’s formula. This column is returned only if the passed in ALPHA parameter was set to a non-zero value. One result column produced for every input source payload field.
CONF_LOW_payload_name FLOAT Confidence bands lower limit in accordance with Bartlett’s formula. This column is returned only if the passed in ALPHA parameter was set to a non-zero value. One result column produced for every input source payload field.
CONF_HI_payload_name FLOAT Confidence bands upper limit in accordance with Bartlett’s formula. This column is returned only if the passed in ALPHA parameter was set to a non-zero value. One result column produced for every input source payload field.