dist_mvnchol {bamlss} | R Documentation |
Cholesky MVN (disttree)
Description
disttree Families for MVN with Cholesky Parameterization
Usage
dist_mvnchol(k, r = k - 1L, type = c("basic", "modified", "chol"), ...)
Arguments
k |
integer. The dimension of the multivariate distribution. |
r |
Integer, the number of off-diagonals to model (AD-r covariance). |
type |
character. Choose |
... |
not used. |
Details
NOTE: These functions are under development!! disttree families that models a multivariate Normal (Gaussian) distribution by (modified) Cholesky decomposition of the covariance matrix.
Value
a bamlss family.
[Package bamlss version 1.2-4 Index]