how can i calculate inverse of standard normal cumulative distribution function in matlab?
8 次查看(过去 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 ???
0 个评论
采纳的回答
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!