Weibull Density Function
(Redirected from Weibull Function)
Jump to navigation
Jump to search
A Weibull Density Function is a Probability Density Function that ...
- AKA: Gamma Distribution.
References
2009
- (Wikipedia, 2009) ⇒ http://en.wikipedia.org/wiki/Weibull_distribution
- In probability theory and statistics, the Weibull distribution is a continuous probability distribution. It is named after Waloddi Weibull who described it in detail in 1951, although it was first identified by Fréchet (1927) and first applied by Rosin & Rammler (1933) to describe the size distribution of particles. The probability density functionof a Weibull random variable x is [1]:
- f(x;\lambda,k) = \begin{cases} \frac{k}{\lambda}\left(\frac{x}{\lambda}\right)^{k-1}e^{-(x/\lambda)^{k}} & x\geq0\\ 0 & x<0\end{cases}
- where k > 0 is the shape parameter and λ > 0 is the scale parameter of the distribution. Its complementary cumulative distribution function is a stretched exponential function. The Weibull distribution is related to a number of other probability distributions; in particular, it interpolates between the exponential distribution (k = 1) and the Rayleigh distribution (k = 2).
- In probability theory and statistics, the Weibull distribution is a continuous probability distribution. It is named after Waloddi Weibull who described it in detail in 1951, although it was first identified by Fréchet (1927) and first applied by Rosin & Rammler (1933) to describe the size distribution of particles. The probability density functionof a Weibull random variable x is [1]:
2006
- (Dubnicka, 2006g) ⇒ Suzanne R. Dubnicka. (2006). “Special Continuous Distributions - Handout 7." Kansas State University, Introduction to Probability and Statistics I, STAT 510 - Fall 2006.
- TERMINOLOGY : A random variable X is said to have a Weibull distribution with parameters a > 0 and > 0 if its pdf is given by fX(x) =
- a axa−1e−( x)a, x > 0
- 0, otherwise.
- TERMINOLOGY : A random variable X is said to have a Weibull distribution with parameters a > 0 and > 0 if its pdf is given by fX(x) =
2004
- (Arsham, 2004) ⇒ Hossein Arsham. (2004). “Topics in Statistical Data Analysis: Revealing Facts From Data." Webpage
- QUOTE:
- Application: General time-to-failure distribution due to wide diversity of hazard-rate curves, and extreme-value distribution for minimum of N values from distribution bounded at left.
- The Weibull distribution is often used to model "time until failure." In this manner, it is applied in actuarial science and in engineering work.
- It is also an appropriate distribution for describing data corresponding to resonance behavior, such as the variation with energy of the cross section of a nuclear reaction or the variation with velocity of the absorption of radiation in the Mossbauer effect.
- Example: Life distribution for some capacitors, ball bearings, relays, and so on.
- Comments: Rayleigh and exponential distribution are special cases.