I want to find out if a given distribution follows a power law. My question is, can we use a qq plot to do this?
I first estimate the xmin by integrating over the entire dataset. Following which, I found alpha using MLE. (xmin and alpha are explained at the following link :- https://en.wikipedia.org/wiki/Power_law under the section Power-law probability distributions)
Next I plan to use a qqplot of the empirical distribution and theoretical distribution(with the computed alpha and xmin).
Am I on the right track ?
Also, what reference line( corresponding to qqline) should be used in the case of power law?
Also we can use a log log plot to find out if a distribution is following a power law. My query is, will the qqplot analysis augment the log log plot analysis ? Is it valid to do a qqplot analysis for a power law distribution?