TD_PORTMAN Function | Teradata Vantage - TD_PORTMAN - Teradata Vantage

Database Unbounded Array Framework Time Series Functions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-12-08
dita:mapPath
ncd1634149624743.ditamap
dita:ditavalPath
ruu1634160136230.ditaval
dita:id
ncd1634149624743

TD_PORTMAN (Portmanteau test) is a statistical test to determine if the passed-in residual series can be classified as being white noise. White noise is a series that has zero mean, no evidence of serial correlation, and homoscedastic variance. The TD_PORTMAN test is a suite of sub-tests that a data scientist can use to determine if the passed-in series is white noise. All the tests assume that the calculated statistic follows a chi-squared distribution.

The following procedure is an example of how to use TD_PORTMAN:
  1. Use TD_ARIMAESTIMATE with FIT_PERCENTAGE less than 100, to estimate the coefficients associated with an ARIMA model and produce an associated ART table.
  2. Use TD_ARIMAVALIDATE to validate the estimate ARIMA model produced by TD_ARIMAESTIMATE.
  3. Use TD_EXTRACT_RESULTS using the ARTFITRESIDUALS layer.
  4. Use TD_PORTMAN to check the residuals for zero mean white noise.