R/nmoment_sf.R

Defines functions nmoment_sf

Documented in nmoment_sf

nmoment_sf <- function(x, y, n)
{
    -x^2 - 2 *x * (y^n - x)
}

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.