Control Nonlinear Robust Regression Algorithms
Allow the user to specify details for the different nonlinear robust
regression algorithms in nlrob.
nlrob.control(method,
psi = c("bisquare", "lqq", "welsh", "optimal", "hampel", "ggw"),
init = c("S", "lts"),
optimizer = "JDEoptim", optArgs = list(),
...)method |
|
psi |
string specifying the psi-function which defines the estimator. |
init |
for some methods, currently, |
optimizer |
currently only |
optArgs |
a |
... |
a list with several named components.
The contents depend quite a bit on the method.
str(nlrob.control("MM"))
str(nlrob.control("tau"))
str(nlrob.control("CM"))
str(nlrob.control("mtl"))Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.