find the probability in normal distibution
Afficher commentaires plus anciens
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 commentaires
the cyclist
le 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
le 25 Mai 2015
the cyclist
le 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.
Réponse acceptée
Plus de réponses (1)
John D'Errico
le 25 Mai 2015
0 votes
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.
Catégories
En savoir plus sur Exploration and Visualization dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!