문제

I know that the Weibull distribution exhibits subexponential heavy-tailed behavior when the shape parameter is < 1. I need to demonstrate this using the limit definition of a heavy tailed distribution:

enter image description here

for all enter image description here

How do I incorporate the cumulative distribution function (CDF) or any other equation characteristic of the Weibull distribution to prove that this limit holds?

도움이 되었습니까?

해결책

The CDF of the Weibull distribution is 1 - exp(-(x/lambda)^k) = P(X <= x).

So

P(X > x) = 1 - CDF = exp(-(x/lambda)^k),

and

lim exp(lambda * x) * P(X > x) = lim exp(lambda x) * exp( - (x/lambda)^k)
                               = lim exp(lambda x - x^k/lambda^k)

Since k<1, and x is large, and lambda>0, lambda x grows large faster than x^k/lambda^k (the monomial with the greater exponent wins). In other words, the lambda x term dominates the x^k/lambda^k term. So lambda x - x^k/lambda^k is large and positive.

Thus, the limit goes to infinity.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top