cov_ML: Maximum likelihood estimator of mean vector and covariance matrix
Description
Compute the maximum likelihood estimator of the mean vector and the
covariance matrix.
Usage
cov_ML(x, ...)
Value
An object of class "cov_ML" with the following components:
center
a numeric vector containing the mean vector estimate.
cov
a numeric matrix containing the covariance matrix estimate.
n
an integer giving the number of observations.
Arguments
x
a numeric matrix or data frame.
...
additional arguments are currently ignored.
Author
Andreas Alfons
References
Zu, J. and Yuan, K.-H. (2010) Local Influence and Robust Procedures for
Mediation Analysis. Multivariate Behavioral Research, 45(1),
1--44. doi:10.1080/00273170903504695.