Description Usage Arguments Value Dependencies Author(s) See Also Examples
View source: R/multiNorm-rvcov_wishart_of_vechsigmacap.R
Generate Sample Covariances from the Wishart Distribution - Half-Vectorization of the Covariance Matrix Input
1 | rvcov_wishart_of_vechsigmacap(rcap, x, df, list = TRUE, vec = FALSE)
|
rcap |
Positive integer.
|
x |
Numeric vector. Parameter. Half-vectorization of the covariance matrix \mathrm{vech} ≤ft( \boldsymbol{Σ} \right). |
df |
Positive integer. Parameter. Degrees of freedom. |
list |
Logical.
If |
vec |
Logical.
This is only evaluated when |
A list (list = TRUE
) or matrix (list = FALSE
).
sym_of_vech()
Ivan Jacob Agaloos Pesigan
Other Multivariate Normal Distribution Functions:
grad_l_mvn_generic()
,
grad_l_mvn()
,
hess_l_mvn_generic()
,
hess_l_mvn()
,
l_mvn_generic()
,
l_mvn()
,
mvn_theta_helper()
,
negl_mvn()
,
rmeans_mvn_chol_of_theta()
,
rmeans_mvn_chol()
,
rmvn_chol_of_rhocap()
,
rmvn_chol_of_theta()
,
rmvn_chol_of_vechsrhocap()
,
rmvn_chol()
,
rvcov_mvn_chol()
,
rvcov_wishart()
1 2 3 4 5 6 | rvcov_wishart_of_vechsigmacap(
rcap = 5,
x = c(1, 0.5, 1),
df = 100,
list = FALSE
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.