R/huber_rs.R

Defines functions huber_rs

Documented in huber_rs

huber_rs <- function(x, y, a)
{
    mean(huber_sf(x = x, y = y, a = a))
}

Try the scoringfunctions package in your browser

Any scripts or data that you put into this service are public.

scoringfunctions documentation built on April 4, 2025, 12:28 a.m.