Description Usage Arguments Details Value Note Author(s) References See Also Examples
psi.hampel: compute hampel psi function.
rho.hampel: compute hampel rho function.
1 2 | psi.hampel(u, a = 1.5, b = 3.5, c = 8)
rho.hampel(u, a = 1.5, b = 3.5, c = 8)
|
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. |
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.
vector of psi and who function values.
This function is created at begining for simplicity but in feature will not used by nlr
any more.
Stromberg, A. J. (1993)
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.
1 2 | ## The function is currently defined as
"psi.hampel"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.