Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

Suppose one wants to assess the goodness of fit between a theoretical distribution and an empirical distribution in graphical manner. The normal Q-Q plot is good if the theoretical distribution is normal. But what if the theoretical distribution is not normal? Can you use a double logarithmic graphical method?

share|improve this question
Remember to register your account, Thomas. You will get system notification, and you will be able to vote on Q&As. – chl Feb 4 '12 at 21:15
1  
We just discussed that on a very recent question! – Xi'an Feb 4 '12 at 21:15
If you examine more than one distribution (especially if you examine more than 2) and use the empirical CDF to judge the fit, the final precision (variance) of the fitted values will inherit the imprecision of the ECDF, so you will not be gaining anything over just using the ECDF as your final estimator. – Frank Harrell Feb 4 '12 at 21:17

1 Answer

Assuming you are using R, although this method should translate to other software, you can use a qqplot to look at other distributions, see here. That website has a link further down on fitting distributions in R. Again, all methods will be transferable to other software.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.