You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
The mixmerge fuction merges components of the Gaussian mixture model specified by the parameters w,mu and cov. For example, the components 1 and 2 are merged when their product integral I is greater than a set threshold.
I=int N(x,mu1,cov1) . N(x,mu2,cov2) dx
I may be evaluted as I= N(mu1,mu2,cov1+cov2). The components are merged
when exp(-( (mu1-mu2)'/(cov1+cov2))*(mu1-mu2)) is greater than the set tolerance.
Cite As
Dilshad Raihan (2026). mixmerge() (https://www.mathworks.com/matlabcentral/fileexchange/54934-mixmerge), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0.0 (1.85 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0.0 | Version 2 |
