mvnchol_bamlss {bamlss} | R Documentation |
Cholesky MVN
Description
BAMLSS Families for MVN with Cholesky Parameterization
Usage
mvnchol_bamlss(k, type = c("basic", "modified", "chol"), ...)
Arguments
k |
integer. The dimension of the multivariate distribution. |
type |
character. Choose |
... |
not used. |
Details
BAMLSS families that models a multivariate Normal (Gaussian) distribution by (modified) Cholesky decomposition of the covariance matrix.
For examples see TempIbk
.
Value
a bamlss family.
See Also
[Package bamlss version 1.2-4 Index]