Description Usage Arguments Value Author(s) See Also Examples
View source: R/multiNorm-rvcov_mvn_chol.R
Generate Sample Variance-Covariance Matrix from the Multivariate Normal Distribution
1 | rvcov_mvn_chol(rcap, sigmacap, gammacap, n, list = TRUE, vec = TRUE)
|
rcap |
Positive integer.
|
sigmacap |
Numeric matrix. Parameter. Covariance matrix \boldsymbol{Σ}. |
gammacap |
Numeric matrix. Parameter. Asymptotic covariance matrix of the covariance matrix \boldsymbol{Γ}. |
n |
Positive integer. Sample size. |
list |
Logical.
If |
vec |
Logical.
This is only evaluated when |
A list (vec = FALSE
) or matrix (vec = TRUE
).
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_wishart_of_vechsigmacap()
,
rvcov_wishart()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.