estimate-methods {rrcov}R Documentation

Methods for Function estimate in Package 'rr4cov'

Description

Each concrete control class, like CovControlMest, CovControlOkg, etc., should implement an estimate method which will call the correponding (constructor)-function and will return the obtained S4 class, derived from CovRobust.

Usage

## S4 method for signature 'CovControlMest':
estimate(obj, x) 

Arguments

obj an object of class "CovControlEstimate"
x Data frame or matrix containing the data
... other parameters to be passed through to the estimation function.

Methods

obj = "CovControlMest"
Compute the constrained M-estimates by callingCovMest

[Package rrcov version 0.3-01 Index]