What is it that I get from MATLAB function probplot?
Mostrar comentarios más antiguos
I have a question regarding MATLAB's function 'probplot'. Say I have data and try to see if the data fit to some specific distribution and I get, say either Alt 1:

or Alt 2:

What can I then say about the results? I have read 'doc probplot' and I know that it says it gives a 'reference line useful for judging whether the data follow the given distribution'. I still find it hard to say anything moderately 'intelligent' about my two examples. Would really appreciate it if someone could give a good explanation of how the MATLAB function 'probplot' works!
1 comentario
Filip Trönnberg
el 18 de Mayo de 2012
Respuesta aceptada
Más respuestas (1)
Daniel Shub
el 18 de Mayo de 2012
1 voto
Basically, if your data came from the chosen distribution (exponential/Weibull) then the blue data points would overlap the dashed line. Since the dashed line does not predict the data in either the top or bottom plots, it means your data did not come from an exponential or Weibull distribution.
Categorías
Más información sobre Exploration and Visualization en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!