psi.hampel: hampel redescending function

Description Usage Arguments Details Value Note Author(s) References See Also Examples

View source: R/psi_hampel.R

Description

Usage

1
2
psi.hampel(u, a = 1.5, b = 3.5, c = 8)
rho.hampel(u, a = 1.5, b = 3.5, c = 8)

Arguments

u

vector of values.

a

tuning constant, for wich less than that the quadratic function compute.

b

tuning constant, for wich less than that the linear function compute.

c

tuning constant, for wich less than that the constant function compute.

Details

psi and rho function used to in MM-estimate. The tuning constants together with k0,k1 used to give high breakdown point. This is function in MASS library, will be developed in nlr latter on.

Value

vector of psi and who function values.

Note

This function is created at begining for simplicity but in feature will not used by nlr any more.

Author(s)

Stromberg, A. J. (1993)

References

Stromberg, A. J. (1993). Computation of High Breakdown Nonlinear Regression Parameters, Journal of American Statistical Association 88(421): 237-244. Stromberg, J., and Ruppert, D. (1992). Breakdown in Nonlinear Regression, Journal of American Statistical Association 87: 991-997.

See Also

rho.hampel

Examples

1
2
## The function is currently defined as
"psi.hampel"

nlr documentation built on July 31, 2019, 5:09 p.m.

Related to psi.hampel in nlr...