Re: Interpreting Q-Q plot



shiazy@xxxxxxxxx wrote:
Hi,

I would use Q-Q plot as a GoF (Goodness of Fit) test (not for
normality test!), but instead of evaluating the goodness of fit
graphically I'd like to use some analytic formula

Actually I've drawn two a line:
1. one passing for the 25th and 75th quantile
2. one obtained through a simple linear regression between the X and Y
quantiles.
With line #1 the only information I have is slope and intercept (these
isn't very useful since there might be a goodness of fit even if the
line is y=ax+b, with a <> 1 and b <> 0 beacause of location or scale
deviations)
With line #2 I have a lot of additional information (such as
residuals, R^2, ...)

What kind of line is better (eventually tell me an even better kind of
line) for a GoF?
... and what kind of statistically analysis can I do with that?
(e.g. with line #2 I thought to use the R^2 statistic to assess the
goodness of fit if R^2 ~ 1 or the lack of fit if R^2 ~ 0)

Any help is very appreciated!

Thank you very much!

Best regards,

-- Marco

You could try a PP or SP plot instead: see Michael (1983) The stabilized probability plot. Biometrika 70,11-17


.



Relevant Pages

  • Re: Interpreting Q-Q plot
    ... graphically I'd like to use some analytic formula ... isn't very useful since there might be a goodness of fit even if the ... The best GOF test for the kind of data you seem to have must surely be ...
    (sci.stat.edu)
  • Re: How to extract statistics after using
    ... Peter Perkins wrote: ... How to extract statistics after using "fit" function? ... I mean "GOODNESS"? ...
    (comp.soft-sys.matlab)
  • Re: How to extract statistics after using
    ... How to extract statistics after using "fit" function? ... I mean "GOODNESS"? ... If I saved M-file after CFTOOL had done, ...
    (comp.soft-sys.matlab)
  • nokey causing not plotting a function?
    ... I'm trying to plot two set of points from data files along with two fit curves for this data. ... Strangely, gnuplot misses one of the function, especially when "set nokey" is used. ...
    (comp.graphics.apps.gnuplot)
  • Re: Possible bug related with fit command and line style color
    ... do a fit and then try to plot a graph with customized line color, ... graph is shown. ... before the first fit command, ...
    (comp.graphics.apps.gnuplot)