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!