R/meanpower_if.R

Defines functions meanpower_if

Documented in meanpower_if

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

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.