Description Usage Arguments Value Dependencies Author(s) See Also Examples
View source: R/multiNorm-rmvn_chol_of_vechsrhocap.R
Generate Data from the Multivariate Normal Distribution Using the Cholesky Decomposition - Strict Half-Vectorization of the Correlation Matrix Input
1 | rmvn_chol_of_vechsrhocap(n, x, varnames = NULL, data_frame = FALSE)
|
n |
Positive integer.
|
x |
Numeric vector. Parameter. Strict half-vectorization of the correlation matrix \mathrm{vechs} ≤ft( \mathbf{P} \right). |
varnames |
Character vector Optional variable names. |
data_frame |
Logical.
If |
A matrix (data_frame = FALSE
) or data.frame (data_frame = TRUE
).
sym_of_vechs()
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()
,
rvcov_mvn_chol()
,
rvcov_wishart_of_vechsigmacap()
,
rvcov_wishart()
1 2 3 4 | rmvn_chol_of_vechsrhocap(
n = 5,
x = 0.5
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.