Question about GMM
이전 댓글 표시
Hello.
I'm a student of Electronic Engineering. I have a question about GMM and gmdistribution in matlab. I'm trying to fit my data with a gaussian mixture model using the gmdistribution(mu,sigma) object. My data have 13 dimensions, but my model has only 1 component. Is this right?
I think that I needed at least one component for dimension. The covariance matrix and mean vector seems well.
Thank you.
답변 (1개)
Tom Lane
2011년 4월 11일
0 개 추천
Miguel, the idea is that the distribution may be a mixture of multiple components, each of which is a multivariate normal distribution. If you have just one component, you could compute the mean and covariance of your entire dataset. That defines a single multivariate distribution. You would not need to bother with a mixture distribution.
카테고리
도움말 센터 및 File Exchange에서 Gaussian Mixture Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!