Fitting Distributions to data from a Monte Carlo Simulation
3 ビュー (過去 30 日間)
古いコメントを表示
Hi all,
I have a question related to statistical sampling. I have seen that 'Allfitdist' (<allfitdist>) helps to test the fit of different distributions for a defined set of data, but is there a tool that evaluate selected distribution fits (like 'Allfitdist'), but also chooses an optimal fit and quotes the goodness of fit (might sound like too much..xD)? Would really appreciate any help.
0 件のコメント
採用された回答
Ameer Hamza
2020 年 5 月 16 日
See fitdist(): https://www.mathworks.com/help/releases/R2020a/stats/fitdist.html. It allows to choose from a list of distribution. Also check mle(): https://www.mathworks.com/help/releases/R2020a/stats/mle.html
2 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!