huber_loss: Robust loss functions

Description Usage

View source: R/robust-2.R

Description

Huber loss function. (quadratic at first, then become linear). 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 * 1.345

Usage

1
huber_loss(err, k)

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