R/covp.R

Defines functions covp

Documented in covp

covp <-
function(x,y) {
   n<- length(x)
   cov(x,y)*(n-1)/n
}

Try the optimStrat package in your browser

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

optimStrat documentation built on Aug. 24, 2023, 9:09 a.m.