how can i calculate inverse of standard normal cumulative distribution function in matlab?

조회 수: 14 (최근 30일)
hi i need to use inverse of standard normal cumulative distribution function in Matlab ,Can anyone let me know that how can i do this? can i use norminv ???

채택된 답변

John D'Errico
John D'Errico 2014년 9월 3일
편집: John D'Errico 2014년 9월 3일
Why wold you not use norminv if you have it? The first line of the help reads:
"norminv Inverse of the normal cumulative distribution function (cdf)."
Read the help.
For those who lack norminv (thus the stats toolbox) this reduces to a simple transformation of erfcinv.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by