User Tools

Site Tools


weibull_distribution

Weibull Distribution

In probability theory and statistics, the Weibull distribution (named after Waloddi Weibull) is a continuous probability distribution with the probability density function

f(x,a,b) = b(x/a)^(b-1)/aexp(-1)

The Weibull distribution is often used in the field of life data analysis due to its flexibility—it can mimic the behavior of other statistical distributions such as the normal and the exponential. If the failure rate decreases over time, then b < 1. If the failure rate is constant over time, then b = 1. If the failure rate increases over time, then b > 1.

An understanding of the failure rate may provide insight as to what is causing the failures:

  • A decreasing failure rate would suggest “infant mortality”. That is, defective items fail early and the failure rate decreases over time as they fall out of the population.
  • A constant failure rate suggests that items are failing from random events.
  • An increasing failure rate suggests “wear out” - parts are more likely to fail as time goes on.

When b = 3.4, then the Weibull distribution appears similar to the normal distribution. When b = 1, then the Weibull distribution reduces to the exponential distribution.

support 0 ⇐ x ⇐ inf

ParameterDescription Default value
A The scale parameter2.0
B The shape parameter2.0
1)
x/a)^b
weibull_distribution.txt · Last modified: 2019/11/18 13:34 (external edit)