R/AKDE_SquareInts.R

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