R/meanmoC.R

meanmoC <-
function (x) 
{
    n <- length(x)
    sum(Mod(x)^2)/(n - 1)
}

Try the CliftLRD package in your browser

Any scripts or data that you put into this service are public.

CliftLRD documentation built on May 1, 2019, 10:29 p.m.