R/mv_sf.R

Defines functions mv_sf

Documented in mv_sf

mv_sf <- function(x1, x2, y)
{
    (x1^2 - 2 * x2 - 2 * x1 * y + y^2)/(x2^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.