Home
last modified time | relevance | path

Searched refs:covW (Results 1 – 1 of 1) sorted by relevance

/dports/math/R-cran-robustbase/robustbase/R/
H A Dcomedian.R78 covW <- cov.wt(X, wt=weights)[c("cov", "center", "n.obs")] functionVar
79 covW$weights <-
81 covW$raw.weights <- weights
82 covW$mah <- mahalanobis(X, covW$center, covW$cov, tol = tolSolve)
89 covW))