Weibulldistribution
The Weibull distribution, sometimes spelled Weibull distribution, is a continuous probability distribution used to model non-negative real-valued lifetimes. In its common two-parameter form it has shape parameter k > 0 and scale parameter λ > 0. The probability density function is f(x) = (k/λ) (x/λ)^{k−1} exp[−(x/λ)^k] for x ≥ 0, and zero for x < 0. The cumulative distribution function is F(x) = 1 − exp[−(x/λ)^k], and the survival function is S(x) = exp[−(x/λ)^k].
The hazard rate is h(x) = f(x)/S(x) = (k/λ)(x/λ)^{k−1}. The mean is E[X] = λ Γ(1 + 1/k), and the variance
Special cases and uses. For k = 2 it is related to the Rayleigh distribution (up to a
---