R/bregman4_sf.R

Defines functions bregman4_sf

Documented in bregman4_sf

bregman4_sf <- function(x, y)
{
    y * (log(y/x) - 1) + x
}

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.