View source: R/additional_fn.R
dmvnorm_log | R Documentation |
Used in sapply to find all the densities
dmvnorm_log(index, mu, sigma, y)
index |
Row index of mu. |
mu |
K by p matrix, each row represents one cluster mean. |
sigma |
p by p covariance matrix (assume same covariance for each cluster). |
y |
n by p data matrix. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.