R/NotExport.R

covariance<-function(x,y){sum((x-mean(x))*(y-mean(y)))/length(x)}
BenjaminDelory/bef documentation built on June 26, 2019, 11:25 a.m.