R/powerweighted_if.R

Defines functions powerweighted_if

Documented in powerweighted_if

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

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.