dist_mvnchol.Rd
disttree Families for MVN with Cholesky Parameterization
dist_mvnchol(k, r = k - 1L, type = c("basic", "modified", "chol"), ...)
integer. The dimension of the multivariate distribution.
Integer, the number of off-diagonals to model (AD-r covariance).
character. Choose "basic"
Cholesky decomposition or "modified"
Cholesky decomposition. (For back compatibility "chol"
is identical to "basic"
.)
not used.
a bamlss family.
NOTE: These functions are under development!! disttree families that models a multivariate Normal (Gaussian) distribution by (modified) Cholesky decomposition of the covariance matrix.