Over-emphasizing peaks in a GMM
이전 댓글 표시
I have a GMM made from gmdistribution.fit which I want to modify the probability distribution so as to emphasize the high probabilities even more. For example, if I could square all the individual probabilities and renormalize, it would raise the peaks even higher and concentrate samples into a few peak areas. How is it best to accomplsh this task?
댓글 수: 1
Umar
2024년 7월 14일
Hi Eugene,
Square all the individual probabilities obtained from the GMM and renormalize them to ensure they sum up to 1. By squaring the probabilities, you are effectively amplifying the differences between high and low probabilities, thereby emphasizing the peak areas. After squaring the probabilities, you need to renormalize them to maintain the total probability mass at 1. This step ensures that the adjusted probabilities accurately represent the relative likelihoods of different components in the GMM.
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Time Series에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!