Argument of Normal Distribution

4 ビュー (過去 30 日間)
Javier
Javier 2013 年 10 月 11 日
コメント済み: Javier 2013 年 10 月 11 日
Hi! I have a simple question.
Is there any way to get the argument in which a standard normal distribution is evaluated give the cumulative probability? For example, i know that normcdf(a)=b. I would like a commmand that make function(b)=a. I ´ve looked for the correct command but i could not find it.
Thank you in advance! Javier

採用された回答

dpb
dpb 2013 年 10 月 11 日
doc norminv
>> normcdf(1)
ans =
0.8413
>> norminv(ans)
ans =
1
>>
  1 件のコメント
Javier
Javier 2013 年 10 月 11 日
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProbability Density Functions についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by