completing a bell curve
조회 수: 3 (최근 30일)
이전 댓글 표시
I am trying to take the area under the curve (area under bell curve) but my data is only 75% complete. Since bell curves are symmetric, is there any way that I can have Matlab complete the curve (based on the data already given to make most of the plot) so that I can take the area under the curve? Thanks!
댓글 수: 0
답변 (3개)
Wayne King
2011년 9월 30일
Hi Tara, when you say bell curve, do you mean a Gaussian pdf? If so you can get that information exactly if you know the paramaters (mu and sigma). If you are just talking about a smooth curve, can you use interp1 ? Not sure how your 75% are distributed along the curve.
댓글 수: 1
Walter Roberson
2011년 9월 30일
If it is like a grading curve, with fixed upper and lower bounds, then gaussian would not be appropriate. A beta distribution might be, though:
http://en.wikipedia.org/wiki/Beta_distribution
Tara
2011년 10월 1일
댓글 수: 2
Walter Roberson
2011년 10월 2일
The "teal" curve is the one with the peak before 0.5 ? The one that has only a small tail from 0.5 up to 1? That does not seem to be compatible with your data being "75% complete" ?
UJJWAL
2011년 10월 1일
Hi Tara,
I still have some doubts about your question but I think what you want to ask is that you have an incomplete bell curve from your data collection and you want to complete it. So my suggestion is to extrapolate it since the data collection cannot complete it.....
Hope it Helps. for details reply back
Happy to Help
UJJWAL
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Get Started with Curve Fitting Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!