cov.trob(x, wt = rep(1, n), cor = FALSE, center = TRUE, nu = 5,
maxit = 25, tol = 0.01)
i
actually occurred wt[i]
times.cor = TRUE
) or
covariance (cor = FALSE
) matrix.center = FALSE
, no centering
is done; if center = TRUE
the MLE of the location vector is used.wt
argument was given.cor = TRUE
.Venables, W. N. and Ripley, B. D. (1999) Modern Applied Statistics with S-PLUS. Third Edition. Springer.
cov
, cov.wt
, cov.mve