R/serrexp_sf.R

Defines functions serrexp_sf

Documented in serrexp_sf

serrexp_sf <- function(x, y, a)
{

    (exp(a * x) - exp(a * 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 April 4, 2025, 12:28 a.m.