Let X = (X1, X2) be normally distributed random variables with mean m = (m1, m2) and covariance matrix S.
Y = max(X1, X2) = X1 + max(0, X2 - X1) = X1 + D (X2 - X1),
where D = 1 if X2 > X1 and 0 otherwise (bivariate).
What are E(Y) and Var(Y)? What if X1 and X2 are independent and what if X2 = c, a constant?
Thank you for sharing your brilliant insights into these matters!