get_cond_dist | R Documentation |
Compute the conditional normal mean and cov
get_cond_dist(z, mu, cov, index_o, index_m = NULL, drop = TRUE)
z |
data observation |
mu |
normal mean |
cov |
normal covariance |
index_o |
observed dimensions |
index_m |
missing dimensions |
drop |
Whether to drop the dimension of computed conditional mean |
A list containing
mean
conditional mean
cov
conditional covariance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.