フィルターのクリア

Mixture distribution, classification

2 ビュー (過去 30 日間)
rathod ujjval rameshbhai
rathod ujjval rameshbhai 2015 年 8 月 13 日
回答済み: Ayush Anand 2023 年 11 月 23 日
a) Generate a mixture distribution which is consists of 3 overlapping single distributions...

回答 (1 件)

Ayush Anand
Ayush Anand 2023 年 11 月 23 日
Hi,
I understand you want to generate a Gaussian mixture distribution consisting of 3 overlapping single Gaussian distributions. This can be done by generating 3 Gaussian distributions with different means lying close enough so that they overlap, and using the "gmdistribution" function. The "gmdistribution" function has the following signature:
m = gmdistribution(mu,sigma,p)
This creates a Gaussian mixture model object "m" using the specified means "mu" and covariances "sigma" of the individual models with mixing proportions "p".
You can read more about the "gmdistribution" function here:
I hope this helps!

Community Treasure Hunt

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

Start Hunting!

Translated by