R/functional.R

functional <-
function(type_kernel, y1,x1,bandwidth,pvalue)
   {
  a<-kde(type_kernel=type_kernel, vec_data=x1, y=y1, bw=bandwidth)$Estimated_values
  b<-pvalue
  return(a-b)
  }

Try the kerdiest package in your browser

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

kerdiest documentation built on May 2, 2019, 3:24 a.m.