conditional | R Documentation |
Sample from a conditional distribution.
cond_mvnorm(y, mu, Q, which, a = -Inf, b = Inf, params.only = FALSE)
y |
A vector of values drawn from the multivariate normal distribution. Element |
mu |
the mean of the normal distribution from which |
Q |
the precision of the multivariate normal distribution from which |
which |
Which index to get the conditional distribution of |
a , b |
optional limits of truncation for a truncated normal distribution. |
params.only |
Should just a list of the updated parameters be returned? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.