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!