Description Usage Arguments Value See Also Examples
View source: R/multiNorm-mvn_theta_helper.R
Helper Function to Convert a Vector of Parameters to the Mean Vector and Covariance Matrix
1 |
x |
Numeric vector. Vector of parameters \boldsymbol{θ} = \{ \boldsymbol{μ} , \mathrm{vech} ≤ft( \boldsymbol{Σ} \right) \}^{\prime} . |
A list with elements mu
and sigmacap
.
Other Multivariate Normal Distribution Functions:
grad_l_mvn_generic()
,
grad_l_mvn()
,
hess_l_mvn_generic()
,
hess_l_mvn()
,
l_mvn_generic()
,
l_mvn()
,
negl_mvn()
,
rmvn_chol()
1 2 3 | mvn_theta_helper(
x = c(0, 0, 1, 0.5, 1)
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.