Description Usage Arguments Value Dependencies Author(s) See Also Examples
View source: R/multiNorm-rmeans_mvn_chol_of_theta.R
Generate Sample Mean Vector from the Multivariate Normal Distribution Using the Cholesky Decomposition - Parameter Vector theta Input
1 | rmeans_mvn_chol_of_theta(rcap, x, n, varnames = NULL, list = FALSE)
|
rcap |
Positive integer.
|
x |
Numeric vector. Vector of parameters \boldsymbol{θ} = \{ \boldsymbol{μ} , \mathrm{vech} ≤ft( \boldsymbol{Σ} \right) \}^{\prime} . |
n |
Positive integer. Sample size. |
varnames |
Character vector Optional variable names. |
list |
Logical.
If |
A list (list = TRUE
) or a matrix (list = FALSE
).
rmeans_mvn_chol()
rmvn_chol()
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()
,
rmvn_chol_of_rhocap()
,
rmvn_chol_of_theta()
,
rmvn_chol_of_vechsrhocap()
,
rmvn_chol()
,
rvcov_mvn_chol()
,
rvcov_wishart_of_vechsigmacap()
,
rvcov_wishart()
1 2 3 4 5 | rmeans_mvn_chol_of_theta(
rcap = 5,
n = 100,
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.