R/enums.R
robustMethodOptions.Rd
Robust weighting methods to address outliers in the cost function calculation during parameter optimization.
robustMethodOptions
An object of class list of length 3.
list
The available methods are:
"none"
No robust weighting applied.
"huber"
Huber weighting for moderate outliers.
"bisquare"
Bisquare (Tukey's biweight) weighting for severe outliers.