conditional.Rd
Sample from a conditional distribution.
cond_mvnorm(y, mu, Q, which, a = -Inf, b = Inf, params.only = FALSE)
A vector of values drawn from the multivariate normal distribution. Element which
is ignored.
the mean of the normal distribution from which y
comes
the precision of the multivariate normal distribution from which y
comes
Which index to get the conditional distribution of
optional limits of truncation for a truncated normal distribution.
Should just a list of the updated parameters be returned?