Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使 R 中的表达式更简单?
0.64-0.0205*(c(qnorm(0.005),-qnorm(0.005)))
0.64-0.0205*c(1,-1)*qnorm(0.005)