PDA

View Full Version : Bathtub curve


Dario Bianchi
January 3rd, 2004, 11:29 AM
Using the library GSL of C++ I tried to construct the bathtub curve like the sum of a gamma distribution (first part) and a weibull distribution (second part). I succeed in resolving the integral of this sum, but when I plot the hazard rate I found a bathtub, but after the rising part on the right the curve start decreasing and oscillates until become zero. Is it a problem of the algorith that GSL uses or something else?

Tom Anderson
January 5th, 2004, 08:04 PM
If you used an increasing failure rate model (for Weibull this would be a beta > 1), then at some point all the population would have been exhausted to failure and you would find, prior to this time, a maximum failure fraction and after this a decrease in the fraction -it may fail faster, but there is less and less to fail from the population.

RS Support
January 19th, 2004, 12:05 PM
No, once all the population has failed the failure rate (hazard rate) may start approaching zero. Another way to look at it is by saying what is the mortality rate for 200 year old humans...