dmvtmix | R Documentation |
This function computes the densities at the inputted points of the
multivariate t
mixture distribution with Box-Cox transformation.
dmvtmix(x, w, mu, sigma, nu, lambda, object, subset, include, log = FALSE)
x |
A matrix or data frame of size |
w |
A numeric vector of length |
mu |
A matrix of size |
sigma |
An array of size |
nu |
A numeric vector of length |
lambda |
The Box-Cox transformation parameter. If missing, the
conventional |
object |
An optional argument. If provided, it's an object returned
from |
subset |
An optional argument. If provided, it's a numeric vector
indicating which variables are selected for computing the densities. If
|
include |
An optional argument. If provided, it's a numeric vector specifying which clusters are included for computing the densities. |
log |
A logical value. If |
A vector of length N
containing the density values.
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.