R/bregman2_sf.R

Defines functions bregman2_sf

Documented in bregman2_sf

bregman2_sf <- function(x, y, b)
{
    ((((y^b) - (x^b))/b) - (y - x) * (x^(b - 1)))/(b - 1)
}

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.