hylmse: Resampling algorithm for the computation of the LMS estimate

hylmseR Documentation

Resampling algorithm for the computation of the LMS estimate

Description

See Marazzi A. (1993), p.208

Usage

hylmse(x, y, nq = np, ik = .dFvGet()$ik1, iopt = .dFvGet()$ipt, 
       intch = .dFvGet()$ich, nrep, tol = .dFvGet()$tlo, tau = .dFvGet()$tua, 
       iseed = .dFvGet()$isd)

Arguments

x

See reference

y

See reference

nq

See reference

ik

See reference

iopt

See reference

intch

See reference

nrep

See reference

tol

See reference

tau

See reference

iseed

See reference

Value

See reference

References

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


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

Related to hylmse in robeth...