CoxSurvival Input - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™
Table Description
Cox_Linear_Predictor_Model_Table CoxPH Output. Has same schema as LinearPredictorTable.
Cox_Coef_Model_Table CoxPH output. Has same schema as CoefficientTable.
Predict_Table Contains prediction variable values.

Predict_Table Schema

Column Data Type Description
prediction_variable Any [Column appears once for each specified prediction_variable.] Prediction variable value.
accumulate_column Any [Column appears once for each specified accumulate_column.] Column to copy to output table.
Predict_Table Example
id x1 x2 x3 x4
1 a b c d

For the row in the preceding table, the function computes this survival probability:

S(t) = S0(t) x1*a + β x2*b + β x3*c + β x4*d)