matlab code for mixture help

2 ビュー (過去 30 日間)
mutah
mutah 2013 年 11 月 14 日
編集済み: mutah 2013 年 11 月 14 日
I have this code
mixtrue.dist='Exponential';
mixtrue.K=2;
mixtrue.weight=[0.1 0.9];
mixtrue.par=[1 10];
data=simulate(mixtrue,1000);
data.Strue=data.S;
data=rmfield(data,'S');
dataplot(data)
But i want to change the data given from simulate mixture i.e(data=simulate(mixtrue,1000))by
data I will insert .
How can I do this ?

回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by