Re: Goodness of fitting of a distribution




Beliavsky wrote:
nelson wrote:
hi all!
i have done some fitting test of a dataset. I do quantile quantile
plot that points out that the best distribution that fit my data is a
linear combination of a weibull and a normal distribution. How can i
have a teorical test that can confirm it? People that work with me
wants to see numbers, not only QQ plots. And they don't like sum of
square error...

You can use the Kolmogorov-Smirnov test of goodness-of-fit

Kolmogorov-Smirnov statistics is NOT a "goodness of fit" statistic.

It is the maximum order statistic between a theoretical cdf and
an empirical cdf. It is a statistic sometimes used to measure
the DEPARTURE from a given cdf, rather than a "goodness of
fit".

It is a TERRIBLE measure of "goodness of fit" because it looks
at only the point of MAXIMUM discrepancy.


What's the matter, beliavsky? Tired of "moderating" YOURSELF
in your scistatmath in which there had not been a single post since
Nov 3!

If you going to come back here, try to have something of statistical
substance to say.

-- Reef Fish Bob.

.



Relevant Pages

  • Re: Kolmogorov-Smirnov test... a good overview
    ... two samples) do corrections to the KS distribution typically appear? ... "check" of a fit), so my distribution will not have any fit parameters ... momentum of particles in collisions. ... are those of the Statistics Department or of Purdue University. ...
    (sci.stat.math)
  • Re: Kolmogorov-Smirnov test... a good overview
    ... two samples) do corrections to the KS distribution typically appear? ... "check" of a fit), so my distribution will not have any fit parameters ... It seems that you do fit parameters. ... are those of the Statistics Department or of Purdue University. ...
    (sci.stat.math)
  • Re: Kolmogorov-Smirnov test... a good overview
    ... two samples) do corrections to the KS distribution typically appear? ... "check" of a fit), so my distribution will not have any fit parameters ... momentum of particles in collisions. ... are those of the Statistics Department or of Purdue University. ...
    (sci.stat.math)
  • Re: Goodness of fitting of a distribution
    ... plot that points out that the best distribution that fit my data is a ... linear combination of a weibull and a normal distribution. ... I do not know of any "goodness of fit" test which is ...
    (sci.stat.math)
  • Re: Doing Goodness of Fit test in dfittool
    ... There are some simple methods that people use, but the real answer is that there is no simple way to know what different kinds of discrepancies matter in any given situation, and one distribution may fit the data well in the "center", while another may fit it well in the "tails". ... Though measures like AIC and BIC try to balance overfitting with penalties for extra parameters, they really say nothing about how well a model describes the data-generating process (DGP). ... goodness of fit can't substitute for knowledge of the data and knowledge of what the various distribution families are meant to model. ...
    (comp.soft-sys.matlab)