dist_mvnchol | R Documentation |
disttree Families for MVN with Cholesky Parameterization
dist_mvnchol(k, r = k - 1L, type = c("basic", "modified", "chol"), ...)
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. |
NOTE: These functions are under development!! disttree families that models a multivariate Normal (Gaussian) distribution by (modified) Cholesky decomposition of the covariance matrix.
a bamlss family.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.