I am trying to estimate the alpha parameter of a supposed $\alpha$-stable distributed set of data. I have tried from the Hill estimator to more advanced fitting method, but they are or too approximated or too slow for my power of calculation. So after a lot of thinking i have found this way.
I know that in a $\alpha$-stable distribution we have:
$$ \lim_{x\rightarrow +\infty}f(x,\alpha,\beta)\sim -\alpha \gamma^\alpha \frac{\Gamma(\alpha)}{\pi}sin(\frac{\pi \alpha}{2})(1+\beta)x^{-(\alpha+1)} $$
and
$$ \lim_{x\rightarrow +\infty}P(X>x_0)\sim \gamma^\alpha \frac{\Gamma(\alpha)}{\pi}sin(\frac{\pi \alpha}{2})(1+\beta)x^{-\alpha} $$
so plotting $P/f$ we must have straight line at x>>1 such that
$$ \lim_{x\rightarrow+\infty}\frac{P(X>x_0)}{f(x,\alpha,\beta)}\sim -\frac{x}{\alpha} $$
and indeed i found a straight line at the tail of every data sample.
Now i have a question:
-because i found a straight line in the tail of every data sample, is this a general property of distributions?