필터 지우기
필터 지우기

Argument of Normal Distribution

조회 수: 1 (최근 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
>>

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by