dmvt | R Documentation |
This function computes the densities at the inputted points of the
multivariate t
distribution with Box-Cox transformation.
dmvt(x, mu, sigma, nu, lambda, log = FALSE)
x |
A matrix or data frame of size |
mu |
A numeric vector of length |
sigma |
A matrix of size |
nu |
The degrees of freedom used for the |
lambda |
The Box-Cox transformation parameter. If missing, the
conventional |
log |
A logical value. If |
A list with the following components:
value |
A vector of
length |
md |
A vector of length
|
Raphael Gottardo <raph@stat.ubc.ca>, Kenneth Lo <c.lo@stat.ubc.ca>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.