find the probability in normal distibution
Ältere Kommentare anzeigen
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 Kommentare
the cyclist
am 25 Mai 2015
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
am 25 Mai 2015
the cyclist
am 25 Mai 2015
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.
Akzeptierte Antwort
Weitere Antworten (1)
John D'Errico
am 25 Mai 2015
0 Stimmen
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.
Kategorien
Mehr zu Exploration and Visualization finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!