R/errorspread_sf.R

Defines functions errorspread_sf

Documented in errorspread_sf

errorspread_sf <- function(x1, x2, x3, y)
{
    err <- x1 - y
    
    (x2 - err^2 - err * sqrt(x2) * x3)^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.