Output Columns - F-Test Analysis - Teradata Warehouse Miner

Teradata® Warehouse Miner™ User Guide - Volume 3Analytic Functions

Product
Teradata Warehouse Miner
Release Number
5.4.6
Published
November 2018
Language
English (United States)
Last Update
2018-12-07
dita:mapPath
yor1538171534879.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2302
Product Category
Software

The result table returned is built in the requested Output Database by the F-test analysis. DF is the UPI.

Output Columns - 2-Way F-Test Analysis
Name Type Definition
DF INTEGER Degrees of Freedom for the model
Fmodel Float The computed value of the F statistic for the model
DFErr INTEGER Degrees of Freedom for Error term
DF_1 INTEGER Degrees of Freedom for first variable
F1 Float The computed value of the F statistic for the first variable
DF_2 INTEGER Degrees of Freedom for second variable
F2 Float The computed value of the F statistic for the second variable
DF_12 INTEGER Degrees of Freedom for interaction
F12 Float The computed value of the F statistic for interaction
Fmodel_PValue Float The probability associated with the F statistic for the model
Fmodel_PText Char If not NULL, the probability is less than the smallest or more than the largest table value
Fmodel_CallP_0.05 Char The F test result: a=accept, p=reject for the model
F1_PValue Float The probability associated with the F statistic for the first variable
F1_PText Char If not NULL, the probability is less than the smallest or more than the largest table value
F1_callP_0.05 Char The F test result: a=accept, p=reject for the first variable
F2_PValue Float The probability associated with the F statistic for the second variable
F2_PText Char If not NULL, the probability is less than the smallest or more than the largest table value
F2_callP_0.05 Char The F test result: a=accept, p=reject for the second variable
F12_PValue Float The probability associated with the F statistic for the interaction
F12_PText Char If not NULL, the probability is less than the smallest or more than the largest table value
F12_callP_0.05 Char The F test result: a=accept, p=reject for the interaction