R/Fhat.R

Defines functions Fhat

Fhat <- function(x,x11){
  sum((x>x11)+1/2*(x==x11))/length(x11)
}

Try the npclust package in your browser

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

npclust documentation built on April 3, 2025, 8:18 p.m.