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!