Pooled covariance matrix | R Documentation |
Pooled covariance matrix.
pooled.cov(x, ina)
x |
A matrix with continuous data. |
ina |
A numerical vector indicating the groups. The nubmers must be consecutive and start from 1. |
The spatial median is at first computed (if not supplied) and then the covariance matrix.
The spatial sign covariance matrix.
Michail Tsagris
R implementation and documentation: Michail Tsagris <mtsagris@uoc.gr>.
Durre A, Vogel D. and D.E. Tyler D.E.(2014). The spatial sign covariance matrix with unknown location. Journal of Multivariate Analysis, 130: 107-117. http://arxiv.org/pdf/1307.5706v2.pdf
spat.med, spatmed.reg
res<-sscov( as.matrix(iris[, 1:4]) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.