rcov: Computes robust estimate of covariance matrix
Description
Computes a robust correlation matrix from x.
Usage
rcov(x)
Value
The robust covariance matrix
Arguments
x
Matrix that you wish to find robust covariance of. Number of
variables is number of rows, number of observations is number
of columns. This is the opposite way round to the convention
expected by var, for example
Author
Tim Downie
Details
Method originates from Huber's "Robust Statistics" book.
Note that the columns of x must be observations, this is the opposite
way around to the usual way for functions like var.