请问如何根据积分值求积分上限。
Afficher commentaires plus anciens
现有一个函数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的那个点,请问如何求,谢谢大神指点。
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur 描述性统计量 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!