R/powerweighted_sf.R

Defines functions powerweighted_sf

Documented in powerweighted_sf

powerweighted_sf <- function(x, y, a)
{
    (y^a) * ((x - y)^2)
}

Try the scoringfunctions package in your browser

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

scoringfunctions documentation built on Aug. 30, 2026, 5:07 p.m.