The sigma that I got from fitgmdist seems small

조회 수: 1 (최근 30일)
ELI
ELI 2015년 5월 7일
편집: ELI 2015년 5월 7일
Hi, I've used fitgmdist to fit 3 gaussians to my variable, and the sigma seems very small. The variable is attached. After histogram, the function looks:
[binsAll, centerAll]=hist(tumorFu,128);
figure;plot(centerAll,binsAll,'r');
I used fitgmdist using:
obj = fitgmdist(tumorFu,3);
and then plotted it with:
figure;ezplot(@(x) pdf(obj,x));
Although the plot looks alright and also the means, the sigma that I got is 10th more little. What do I understand wrong?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Specialized Power Systems에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by