MLE for the multivariate t distribution | R Documentation |
MLE of the parameters of a multivariate t distribution.
multivt(y, plot = FALSE)
y |
A matrix with continuous data. |
plot |
If plot is TRUE the value of the maximum log-likelihood as a function of the degres of freedom is presented. |
The parameters of a multivariate t distribution are estimated. This is used by the functions comp.den
and bivt.contour
.
A list including:
center |
The location estimate. |
scatter |
The scatter matrix estimate. |
df |
The estimated degrees of freedom. |
loglik |
The log-likelihood value. |
mesos |
The classical mean vector. |
covariance |
The classical covariance matrix. |
Michail Tsagris.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr and Giorgos Athineou <gioathineou@gmail.com>.
Nadarajah, S. and Kotz, S. (2008). Estimation methods for the multivariate t distribution. Acta Applicandae Mathematicae, 102(1):99-118.
bivt.contour, comp.den
x <- as.matrix(iris[, 1:4])
multivt(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.