Input - 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 following describes the GLM2 input table columns that you can specify in function arguments. The input table can contain additional columns, but the function ignores them.

GLM2 Input Table Schema
Column Data Type Description
response_column Any Column that contains the dependent/response variables. Cannot contain NULL values.
predictor_variable_column Any Column that contains the values of an independent/predictor variable. One such column is required; others are optional. These columns cannot contain NULL values.
categorical_column CHARACTER, VARCHAR, INTEGER, BOOLEAN, DATE, TIME (without TIME ZONE), IP4 [Required if any predictor_variable_column contains categorical values] Column that contains independent/predictor variables that are categorical (not numeric). The table can have more than one such column.
weight_column INTEGER, DOUBLE PRECISION [Optional] Column that contains weights.