Description Usage Arguments Value Author(s) Examples
Considering a Multivariate Normal Distribution calculates the log-density
ld = -0.5 * (n * log(2 * π) * log(|Σ|) + y^T Σ y)
1 | ldmvnorm(y, mu, E)
|
y |
observations, numeric or reference object of class 'number' |
mu |
mean vector, numeric of reference object of class 'number' |
E |
covariance matrix, numeric of reference object of class 'number' |
Returns a 'numeric' or a reference object of class 'number'
Filippo Monari
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.