Definition

Cox proportional hazards model assume that covariates affect the Hazard Function.
Let be i.i.d. survival time, and be i.i.d. censoring time. We can observe , where and is censoring indicator, and have covariates . Then, the Cox proportional hazards model is defined as where is called the baseline hazard function, i.e. hazard at
Conditional Likelihood
Let (no ties case), and be the risk set. For each uncensored time , Therefore, Taking the product of these conditional probabilities gives a conditional likelihood where is the indicator set for uncensored samples.
The is not a likelihood. However, Cox suggested treating the conditional likelihood as an ordinary likelihood to find the Maximum Likelihood Estimation.
Since there’s no analytic solution for the MLE, iterative methods such as Newton–Raphson method is used to estimate the coefficient .
The hazard ratio represents the relative change in Hazard Rate for a one-unit increase in the covariate .
Goodness-of-Fit Test
For testing the null hypothesis , Cox suggested the Rao Test.
Asymptotic Normality of MLE
where is the observed Fisher Information
Estimation of Survival Function
Under the Cox proportional hazards model, To estimate , we can use for but we still need to estimate , , or .
Breslow suggested the estimators of and as If
If , then is the Kaplan-Meier Estimator
It has a few drawbacks
- can take negative values.
Tsiatis suggested a non-negative version of where

Link suggested using the linear smooth of .
Discrete on Grouped Data
When data is discrete or grouped, there are ties at each failure. Denote the ordered discrete failure time by and let be the risk set at , be the death set at , and .
Cox suggested combining the all possible permutations. However, it is computationally infeasible. where , and is the size subset of
Peto suggested an alternative likelihood that instead of all possible permutations, use the same contribution.
Time Dependent Covariates
In the case, the covariate depends on time. We observe and the conditional likelihood defined as where is the indicator set for uncensored samples, and is the risk set.
Facts
Any two individuals have hazard functions that are constant multiples of the one another.
The Survival Function of the Cox proportional hazard model is a family of Lehmann alternatives. where .
If , , where is the indicator set for sample 1, and there are no ties, then Cox test is exactly equal to the Mantel-Haenszel Test.