R/MCE.R

MCE <-
function (y, Y, n) 
{
    1 - (sum(cos(y - Y)))/n
}

Try the CircOutlier package in your browser

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

CircOutlier documentation built on May 2, 2019, 6:04 a.m.