Cox’s Proportional Hazards Model

Author

John Robin Inston

Published

September 25, 2026

Suppose we wish to estimate an unknown function, e.g. a survival function. We can take several approaches:

Cox proposed the following model for the hazard function given covariates \(z\in \mathbb{R}^p\) \[ h(t;z) = h_{0}(t)\exp(z^T \beta ),\quad \beta \in \mathbb{R}^p. \] Here \(h_{0}\) completely unspecified function except that it must be non-negative.

Thus model combines great flexibility via non-parametric

References - [[lecture-notes-waagepetersen-2022-pdf]] - [[stat331-stanford-lecture-notes-pdf]]

Back to top