R/IntKde.R

"IntKde"<-function(xin, xout, h=3.572*sd(xin)*length(xin)^{-1/3}, kfun)
{
  n<- length(xin)
  arg1<-(sapply(xout, "-", xin))/h
  arg2<-kfun(arg1)
  arg3<-colSums(arg2)
  arg3/n
}

Try the asymmetry.measures package in your browser

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

asymmetry.measures documentation built on July 22, 2020, 9:06 a.m.