mu <- c(1, 2, 3)
Sigma <- matrix(c(0.2, 0.05, 0.1,
0.05, 0.3, 0.05,
0.1, 0.05, 0.4), nrow = 3)
i <- 1:2 # Index of the known parameter
xi <- c(1.2,2.3) # Known value of the first parameter
cond_mvn(mu, Sigma, i, xi,full_output = TRUE)
Run the code above in your browser using DataLab