Вейбуллын тархалт
Weibull Distribution Function
JavaScriptIf Mn is the mimimum of a sample of size n from the beta
distribution, Be(alpha,1), then the distribution of n1/alphaMn
converges to the Weibull(alpha,1) distribution with scale parameter 1.
The Weibull(alpha,1) distribution has density
f(x) = alpha exp{-xalpha} xalpha-1 for x > 0
and distribution function,
F(x,alpha,1) = 1 - exp{-xalpha} for x > 0.
For example, F(1,1,1) = 1 - 1/e = .63212