OutlierFilter - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software

The OutlierFilter function is useful for filtering a numeric data set before applying analytic functions for which outliers can skew the estimates of parameters and cause inaccurate predictions. Such functions include time series functions, GLM, LARS, LinReg, PCA, and KMeans. The input data set is expected to have millions of attribute-value pairs.

The OutlierFilter function filters outliers from a data set, either deleting them or replacing them with a specified value. Optionally, the function stores the outliers in their own table. The methods that the function provides for filtering outliers are:
  • Percentile
  • Tukey's test
  • Carling's modification to Tukey's test
  • Median absolute deviation

The method determines the criteria for an observation to be classified as an outlier.