Normal Distribution Probability Finder
이전 댓글 표시
Trying to use normal distribution with mean = 0 and variance = 1 to find the prob(X>-2.125)
How would I go about doing this?
채택된 답변
추가 답변 (1개)
>> norminv(0.1,-2.125)
ans =
-3.4066
>>
if have Stat Toolbox.
Right answer, wrong question (and a typo, to boot)... :(
>> 1-normcdf(-2.125)
ans =
0.9832
>>
댓글 수: 2
Massimo Zanetti
2016년 11월 9일
Negative probability seems quite wrong.....
dpb
2016년 11월 9일
Think? :) Misread query, sorry...
카테고리
도움말 센터 및 File Exchange에서 Half-Normal Distribution에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!