Deriving the Hazard Rate Formula for F(t) = 1-Exp -((t-γ)/n))^β

Buchanskii
Messages
3
Reaction score
0
F(t) = 1-Exp -((t-γ)/n))^β

f(t) = dF(t)/dt = Exp/n[(t-x)/n]^β-1

h(t) = f(t)/1-F(t)

h(t)= β(t-y)^β-1/n^β



The final answer: h(t)= β(t-y)β-1/n^β, Is the correct answer.

But, I can't for the life of me work out why. Have I made a mistake in the f(t) derivation.

Can anyone help?
 
Physics news on Phys.org
its a bit hard to read, but you derivative doesn't look right

so let's start with the chain rule
<br /> \frac{d}{dt} g(h(t))= g&#039;(h(t))h&#039;(t)

applying to our case
<br /> F(t) = 1-e^{-(\frac{t-γ}{n})^\beta}<br />

so let
<br /> g(x) = 1-e^{x}<br />
<br /> g&#039;(x) = e^{x}<br />
<br /> h(t) = -(\frac{t-γ}{n})^\beta<br />
<br /> h&#039;(t) = -\frac{d}{dt}(\frac{t-γ}{n})^\beta<br />


which gives
<br /> f(t) = \frac{F(t)}{dt} = e^{-(\frac{t-γ}{n})^\beta}(-\frac{d}{dt}(\frac{t-γ}{n})^\beta)<br />
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top