Hi,
After using powerlaw_compare, I found my upper tail data better fit to lognormal. Then I want to give a best estimation of the lognormal parameter. But I found there are two different ways of calculating lognormal fit. One is using
lognormal.mu after using
powerlaw.Fit, the other is using
powerlaw.distribution_fit directly. In the latter case I set the xmin according to calculation of best xmin in
powerlaw.Fit. They returned different results and I have no idea which one is right.
BTW, my ultimate goal is to give an estimation of lognormal parameter at every xmin, just as we did for powerlaw fit. And then through comparing D-statistics to choose a best xmin for lognormal fit. I know it should be something like another package "lognormal fit", I just wonder if there're any possibilities of doing this within powerlaw package. And if not, the previous question is important to me in that I need to know the way it is calculated.
Thank you very much!
