Why histfit cannot fit my data very well?
이전 댓글 표시
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
답변 (2개)
Walter Roberson
2013년 1월 5일
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
Tom Lane
2013년 1월 5일
You could use lillietest or jbtest for that. I wouldn't recommend ttest.
Tom Lane
2013년 1월 7일
0 개 추천
Try fitting the 'gev' (generalized extreme value) or 'tlocationscale" (location/scale shift of the t) distribution.
카테고리
도움말 센터 및 File Exchange에서 Noncentral t Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!