R/Fbar.R

Defines functions Fbar

Documented in Fbar

Fbar=function(X,y){
  return(apply((t(matrix(rep(X,length(y)),length(X),length(y)))-matrix(rep(y,length(X)),length(y),length(X))>0),1,mean))
}
AntoineUC/Expectrem documentation built on Feb. 14, 2025, 11:22 a.m.