psi | R Documentation |
Influence function to be passed to iMqr
.
Huber(c = 1.345)
c |
tuning parameter for Huber's influence function. |
These functions are only meant to be used used within a call to iMqr
.
A list with the following items:
psi , psi_tau , psi1_tau , rho_tau |
define the influence function. |
par |
the parameters of the influence function, e.g., the value of |
name |
a character string indicating the name of the influence function. |
Huber, P. J. (1981). "Robust Statistics", John Wiley and Sons, New York.
iMqr
# The following are identical:
# iMqr(y ~ x, psi = "Huber")
# iMqr(y ~ x, psi = Huber)
# iMqr(y ~ x, psi = Huber(c = 1.345))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.