xbeta
Duration model

Survival analysis concerns statistical models of the time until the first occurance of some event. In a biological setting, the event in question might be the death of an organism. In mechanics, it could be the failure of a machine. In economics, it could be entering the workforce.

Model

The survivor function is the fundamental part of such models, denoting the probability that the time of death is later than some time t:

S(t)=Pr(T>t)S(t) = \Pr(T \gt t)

where T is a random variable denoting the time of death. Let f(t) denotes the pdf of T and F(t) denote the cdf of T. We can see that S must be non-increasing since

S(t)=1F(t)=1 0 tf(s)dsS(t) = 1 - F(t) = 1 - \int_{0}^t f(s)\;ds

and f is nonnegative.

Another fundamental object is the hazard function of T, λ(t), which gives the rate at which the probability of death is changing at some time t:

λ(t)lim h0Pr(tTt+hT>t)h.\lambda(t) \equiv \lim_{h \to 0} \frac{\Pr(t \leq T \leq t + h | T \gt t)}{h}.

Using the definition of conditional probability and the cdf, we can write

λ(t)=f(t)1F(t)=f(t)S(t).\lambda(t) = \frac{f(t)}{1 - F(t)} = \frac{f(t)}{S(t)}.

The cumulative hazard function of T, Λ(t), is defined as

Λ(t) 0 tλ(t)dt.\Lambda(t) \equiv \int_{0}^t \lambda(t)\;dt.

Λ(t) is also called the integrated hazard. It follows that Λ(t)=lnS(t).

Common Distributions

Some commonly used survivor functions (survival time distributions) include:

F(t)=1e γtorλ(t)=γ.F(t) = 1 - e^{-\gamma t} \quad \text{or} \quad \lambda(t) = \gamma.
  • The Weibull distribution:

    F(t)=1e γt αorλ(t)=γαt α1.F(t) = 1 - e^{-\gamma t^\alpha} \quad \text{or} \quad \lambda(t) = \gamma \alpha t^{\alpha - 1}.

    There is positive or negative duration dependence as α1.

Literature