简体   繁体   中英

Inverse of the cumulative gaussian distribution in R

如何计算 R 中累积高斯分布的倒数?

With qnorm :

qnorm(.025)
# [1] -1.959964
qnorm(.5)
# [1] 0
qnorm(.975)
# [1] 1.959964

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM