Confidence intervals in QQplot

6 ビュー (過去 30 日間)
Morten Nissov
Morten Nissov 2021 年 6 月 15 日
I am using qqplot to demonstrate distribution fits, I think it would be beneficial to incude confidence intervals although I am not sure how to do this.
A minimum working example for the qqplot:
pd1 = makedist('Rician', 's', 1, 'sigma', 1);
figure(1)
qqplot(random(pd1,1e3,1), pd1)

回答 (0 件)

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by