how to calculate the probability under a pdf curve and divide it into different sections (areas)?
조회 수: 6 (최근 30일)
이전 댓글 표시
I have a few probability plots both pdf and cdf such as weibull or gaussian probabilities. the x axis is between some numbers. I divide the pdf plot into different parts (four parts). when how can i find the area underneath each of this sections? the some of all four sections should be 1.
답변 (1개)
Udit Gupta
2015년 11월 2일
Assuming you have the curves as a matlab vector, you can use the trapz function to find area under it.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!