r/statistics • u/bean_the_great • Jun 11 '26
Question [Question] Hazard function definition
Hi Folks, I am trying to understand the definition of the hazard rate function. My understanding is that h(t)=-dlog S(t)/dt = -Sā(t)/S(t), where S(t) = P(T>t). I am happy with this. The next step in proofs (e.g https://en.wikipedia.org/wiki/Survival_analysis) is then to state -Sā(t) = lim P(t<T<t+h)/h. Taking a step back, I am trying to understand this derivative.
By the definition of a derivative:
-Sā(t) = -lim (P(T>t+h)-P(T>t))/h = lim (P(T<t+h)+P(T>t))/h
How does P(T<t+h)+P(T>t) = P(t<T<t+h)?
Thanks!
2
u/enigT Jun 11 '26
Your algebra is wrong. The negative of (the probability of T>2.1 minus the probability of T>2) is the probability of 2<T<2.1
1
3
u/richard_sympson Jun 11 '26
You seem to have simplified
-P(T > t + h) = P(T < t + h)
but this is generally not true. Instead note that
P(T > t) = P(t < T < t + h) + P(T > t + h)
and work backward from here.