Normal Distribution Specifying parameters

For a normal distribution with a mean of 370 and a standard devidation of 47, how would I find the probability of a value being greater than or equal to 500?
So far I have
mu= 370;
sigma= 47;

답변 (1개)

John D'Errico
John D'Errico 2020년 1월 8일
편집: John D'Errico 2020년 1월 8일

0 개 추천

Hint: What does normcdf tell you? (In fact, I think this totally gives the answer away, IF you understand what the CDF means.)
So read the help for normcdf. Then do some thinking. Your homework, not mine.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2020년 1월 8일

편집:

2020년 1월 9일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by