Why histfit cannot fit my data very well?
Mostrar comentarios más antiguos
I tried to fit the histogram as shown in the fig. I tried normal distribution and gamma fitting (preferred) with histfit. but histfit cannot fit the data very well. Any suggestion? http://www.imagesup.net/?di=0135735909615
Respuestas (2)
Walter Roberson
el 5 de En. de 2013
Have you considered the possibility that the data does not fit those distributions well enough for you to be comfortable? Have you considered trying
ttest(x, mean(x))
to find the confidence that the data is normally distributed?
1 comentario
Tom Lane
el 5 de En. de 2013
You could use lillietest or jbtest for that. I wouldn't recommend ttest.
Tom Lane
el 7 de En. de 2013
0 votos
Try fitting the 'gev' (generalized extreme value) or 'tlocationscale" (location/scale shift of the t) distribution.
Categorías
Más información sobre Noncentral t Distribution 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!