bisquare_loss: Robust loss functions

Description Usage

View source: R/robust-1.R

Description

Tukey's bisquare loss function. (quadratic at first, then tapers off). Note that you need to have an estimate of the residual's standard deviation (call it sigma_hat) to set the parameter k, which determines where the loss function is quadratic and where it is not typical values for k, which provide high efficiency also in the normal case, are then k = sigma_hat * 4.685

Usage

1
bisquare_loss(err, k)

mattelisi/mlisi documentation built on Oct. 13, 2019, 5:59 p.m.