Description Usage Arguments Value See Also Examples
View source: R/multiNorm-grad_l_mvn.R
Calculates gradient vector of the log of the likelihood function of the multivariate normal distribution for the ith observation.
1 | grad_l_mvn(x, theta)
|
x |
Numeric vector of length |
theta |
Numeric vector. Parameter vector \boldsymbol{θ} = ≤ft\{ \boldsymbol{μ}, \mathrm{vech} ≤ft( \boldsymbol{Σ} \right) \right\}^{\prime} |
A vector.
Other Multivariate Normal Distribution Functions:
grad_l_mvn_generic()
,
hess_l_mvn_generic()
,
hess_l_mvn()
,
l_mvn_generic()
,
l_mvn()
,
mvn_theta_helper()
,
negl_mvn()
,
rmvn_chol()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.