find the probability in normal distibution
이전 댓글 표시
hi everyone. i have two normal distribution curves which met each other at two points A and B. how can i find these two points and then how can i calculate the probability between (-inf,A), (A,B) and (B, inf) for each curve? thank you for your time :)

댓글 수: 3
the cyclist
2015년 5월 25일
When you say you "have" the curves, can you be more specific? For example, do you have the equations of the curves, or do you have empirical values in vectors?
maryam
2015년 5월 25일
the cyclist
2015년 5월 25일
Someone here may be able to help you, but you should be aware that what you are asking is not really a MATLAB problem, but rather a math problem. You might also want to seek help on a math forum.
채택된 답변
추가 답변 (1개)
John D'Errico
2015년 5월 25일
0 개 추천
What is the problem? Just use fzero on the difference between the two PDFs to find the intersection points. Then use normcdf to find the area you desire.
카테고리
도움말 센터 및 File Exchange에서 Descriptive Statistics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!