请问如何根据积分值求积分上限。
Mostra commenti meno recenti
现有一个函数x=[randn(30,1);5+randn(30,1)];[f,xi]=ksdensity(x);
figure()
subplot(211);
plot(x);
title('样本数据(Sample Data)');
subplot(212);
plot(xi,f);
title('概率密度分布(PDF)');
现在已经知道了概率密度分布曲线,我想求累计概率值为0.8的那个点,请问如何求,谢谢大神指点。
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su 描述性统计量 in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!