eta_huber: Computes eta(t) of the Huber distribution

Description Usage Arguments Value Examples

View source: R/eta.R

Description

Computes eta(t) of the Huber distribution

Usage

1
eta_huber(t, r, lst = list())

Arguments

t

Vector. Squared Mahalanobis distances

r

int. Dimension

lst

List. Either empty, Contains field qH or the fields cH and bH. Default is set to empty

Value

eta of the Huber distribution

Examples

1
2
eta_huber(rnorm(4), 2, list(.1))
eta_huber(rnorm(4), 2)

Mufabo/ICASSP20.T6.R documentation built on May 30, 2021, 11:20 a.m.