【发布时间】:2021-11-14 00:25:26
【问题描述】:
我正在尝试找到t1 and t2 的解决方案,条件如下
# x1 and x2 are bivariate normal distributed with
mu1=mu2=0
cov=matrix(c(1,1/2,1/2,1),2,2)
# trying to find the solution satisfying the equality with t1=t2
# p(x1>t1) + p(x1<t2,x2>t2) = 0.05
我想知道是否有人可以帮助我编写 R.THX 中的代码!
【问题讨论】: