R/AKDE.R

AKDE <-
function(Data,BWRule,BWParam,KernelRule,Lo,Hi) {
  BW <- AssignBandwidths(Data,BWRule,BWParam)
  Smooth <- AdaptiveKDE(Data,BW,KernelRule,Lo,Hi)
  return(Smooth)
}
KarimOualkacha/SmoothMSC documentation built on May 8, 2019, 4:49 p.m.