mvn_dist | R Documentation |
The first and second derivative of the log density of the Multivariate Normal Distribution
psi_mvn(theta, x, Sigma = NULL) mvn(Sigma = NULL)
theta |
parameters to be estimated, can include elements of the covariance matrix |
x |
random variable x, taken one row at a time |
Sigma |
optional; either a fully supplied covariance matrix, or a single digit indicating the diagonal of the covariance matrix. If not supplied, the covariance matrix is estimated. |
list containing two elements
|
the evaluation of the first derivative |
|
the evaluation of the second derivative |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.