Output - 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 CoxSurvFit function outputs a message table (usually to the screen) and a table of survival probabilities (output_table).

CoxSurvFit Message Table Schema
Column Name Data Type Description
result VARCHAR Contains a message that indicates whether the function completed successfully or failed. If the function succeeded, the message is:

'Survival functions are successfully generated in output table: output_table'

CoxSurvFit Output Table Schema
Column Name Data Type Description
accumulate_column Any Column copied from predict_table. The table can have more than one such column.
time_interval INTEGER Contains the analysis time interval (how much time elapses before the event happens).
survival_prob DOUBLE PRECISION Contains the survival probability at the analysis time interval.