cyfalg: Fixed-point algorithm for the computation of an M-estimate of...

cyfalgR Documentation

Fixed-point algorithm for the computation of an M-estimate of multivariate location and scatter

Description

See Marazzi A. (1993), p.232

Usage

cyfalg(x, a, t, exu = ucv, exv = vcv, exw = wcv, nobs = nrow(x), tau = .dFvGet()$tua, 
       maxit = .dFvGet()$mxf, nitmon = .dFvGet()$ntm, iloc = .dFvGet()$ilc, 
       icnv = .dFvGet()$icv, tol = .dFvGet()$tlo)

Arguments

x

See reference

a

See reference

t

See reference

exu

See reference

exv

See reference

exw

See reference

nobs

See reference

tau

See reference

maxit

See reference

nitmon

See reference

iloc

See reference

icnv

See reference

tol

See reference

Value

See reference

References

Marazzi A. (1993) Algorithm, Routines, and S functions for Robust Statistics. Wadsworth & Brooks/cole, Pacific Grove, California. p.232


robeth documentation built on Aug. 22, 2023, 9:09 a.m.

Related to cyfalg in robeth...