Hi everyone,
I have agglomerated some powder. I measured the particle size of my powder particles and want to test what kind of distribution my powder fits the best. My measurement is based on a number distribution.
1) To test for a normal distribution, I did a lillietest and jbtest. Both say H1 - I havent got a normal distribution. p << 0.001 for both tests.
2) Then I used fitdist to fit my data according to these distributions: Normal, Weibull, LogNormal, Exponential. Afterwards, I determined the Normal negative Loglikelihood (NLogL, see Table). It says Weibull and Lognormal fit the best.
3) Then I did the Chi-square goodness-of-fit test with all these distributions. It says that my data fits to a Normal distribution but not to the other 3 distributions. BUT I get no p-value (see table, Chi2Irrtum) for the normal distribution. The other 3 distributions have a very low p-value around 0.
4) I visualized my data (histogram, normal probability plot and the plots of the different distributions).
a) In the histogram you can see clearly, that some of the powder didnt agglomerate at all, thats why I have a big bar on the leftern side. Also, I have some few very big agglomerates (I guess thats why I NLogL tells me, I have a Lognormal distribution?)
b) In the normal probability plot I can see as well, that I have some very big agglomerates.
c) Judging only from the plots of the distributions, they dont look that bad I think. But I cant have negative values because there exists no such thing like a negative particle size of a powder. But most of these distributions are partly in a negative area of the graph. Should I change something in order to let them be only positive?
5) When I make fractions from 0-100, 100-200, 200-300...µm and plot these data on a probability net (log-normal) manually, then I get a straight line which means I would have a log normal distribution. Is that because of the Central limit theorem, when i build the arithmetic mean for all my fractions?
NameVerteilung NLogL Chi2Hypothese Chi2Irrtum
_______________ __________ _____________ ___________
{'Normal' } 1.0033e+05 0 NaN
{'Weibull' } 98333 1 2.0319e-244
{'Lognormal' } 97516 1 3.7622e-11
{'Exponential'} 1.024e+05 1 1.2428e-182
Is my approach ok? Did I make some failures? Should I just accept that none of these distributions fit?
Thanks and best regards,
Marcel
0 Comments
Sign in to comment.