Output - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
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.