Heavy Tail Distribution - Weibull

I know that the Weibull distribution exhibits sub-exponential heavy tail behavior when the shape parameter is <1. I need to demonstrate this using the limiting definition of a heavy tail distribution:

enter image description here

for all enter image description here

How to include the cumulative distribution function (CDF) or any other equation characteristic of the Weibull distribution to prove that this limit is satisfied?

+3
source share
1 answer

CDF Weibull distribution 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)

k<1, x , lambda>0, lambda x , x^k/lambda^k ( ). , lambda x x^k/lambda^k. , lambda x - x^k/lambda^k .

, .

+3

All Articles