| mu_max_trunc_bvn | R Documentation | 
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
)
| mu1 | Mean of the first distribution | 
| mu2 | Mean of the second distribution | 
| sigma1 | SD of the first distribution | 
| sigma2 | SD of the second distribution | 
| rho | Correlation coefficient of the two random variables | 
| precision | Numerical precision value | 
A scalar value for the expected value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.