I have a given set of data and will like to do a distribution fitting (for gamma and lognormal) and return a P-P plot. What matlab function is best suited for this?
6 ビュー (過去 30 日間)
古いコメントを表示
I have a given set of data and will like to do a distribution fitting (for gamma and lognormal) and return a P-P plot. What matlab function is best suited for this?
0 件のコメント
回答 (1 件)
dpb
2018 年 10 月 9 日
See
doc probplot % <https://www.mathworks.com/help/stats/probplot.html>
There are many builtin distribution functions under the continuous distributions section and there's an interactive tool for visualization fitting, distributionFitter
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Exploration and Visualization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!