R/meanexp_if.R

Defines functions meanexp_if

Documented in meanexp_if

meanexp_if <- function(x, y, a)
{
    exp(a * x) - exp(a * 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.