Skip to content
Prev 315 / 523 Next

[RsR] cov.SRocke

Dear Harry,

Have a look at the function CovSest() in package rrcov, for example:

library(rrcov)
data(hbk)
CovSest(hbk, method="rocke")

With method="rocke" the function uses exactly the same algorithm you are
referring to. Similar, but another implementation, is the function CovMest()
in the same package.

Best regards,
Valentin



On Thu, Jan 27, 2011 at 1:26 PM, Southworth, Harry <
Harry.Southworth at astrazeneca.com> wrote: