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!