Calculates the expected value of the maximum of two random variables with zero-truncated bivariate normal distribution Takes a vector of mean and a 2X2 covariance matrix
mu_max_trunc_bvn(
mu1,
mu2,
sigma1,
sigma2,
rho,
precision = .Machine$double.eps
)
A scalar value for the expected value
Mean of the first distribution
Mean of the second distribution
SD of the first distribution
SD of the second distribution
Correlation coefficient of the two random variables
Numerical precision value