# NOT RUN {
#construct some kernel distributions
#(based on example in KernSmooth package)
data ("geyser", package="MASS")
kbvpdf.f = kbvpdf (geyser$duration, geyser$waiting, 0.7, 7)
kbvcdf.f = kbvcdf (geyser$duration, geyser$waiting, 0.7, 7)
# }
Run the code above in your browser using DataLab