« View all new features in Mathematica 9  previous  |  next 
New in Mathematica 9Survival Analysis

Compute Descriptive Statistics from Censored and Truncated Data 

Create EventData representing censored event times.

In[1]:=
Click for copyable input
X

Right-censored events are only known to have occurred on an interval .

In[2]:=
Click for copyable input
X
Out[2]=

The median survival time based on this data.

In[3]:=
Click for copyable input
X
Out[3]=

The probability an individual dies before , given that he or she survives to .

In[4]:=
Click for copyable input
X
Out[4]=

A collection of descriptive statistics computed directly from the same EventData.