What's happening inside the fitdist function in MATLAB ?
이전 댓글 표시
Hi, I would like to know more about fitdist function defined in MATLAB. Which method is following in this function to generate the parameters of set of data with respect to a particular distribution. Kindly help me.
답변 (1개)
Swarooph
2016년 7월 12일
You have 3 options. I present them in the decreasing order of ease of use: (Easiest first)
1. Read documentation for the function here: http://www.mathworks.com/help/releases/R2016a/stats/fitdist.html
2. Read the references quoted in the documentation for this function: http://www.mathworks.com/help/releases/R2016a/stats/fitdist.html#References
3. Go through the function itself. You can open the function using the following command:
edit fitdist
댓글 수: 1
Dhanuja Elizabeth Thomas
2016년 7월 13일
카테고리
도움말 센터 및 File Exchange에서 Exploration and Visualization에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!