Gaussian Distribution fit to Known Data?
이전 댓글 표시
Hey all. I'm trying to make a Gaussian curve fit to a histogram made with data I already have. It is not normalized and I do not know anything about the curve other than what data it needs to fit. What function in MATLAB can I use to calculate sigma and mu? Thanks for your help.
답변 (2개)
the cyclist
2014년 2월 11일
0 개 추천
If you have the Statistics Toolbox, you can use normfit().
adam
2014년 2월 11일
0 개 추천
댓글 수: 1
the cyclist
2014년 2월 11일
ver
at the command line, you should see it listed.
Type
doc normfit
to see the syntax for the normfit() command.
카테고리
도움말 센터 및 File Exchange에서 Gamma Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!