# NOT RUN {
x <- cbind(rnorm(100), rnorm(100), rnorm(100))
bw <- c(1, 1, 1)
eval_points <- cbind(seq(-4, 4, 1), seq(-4, 4, 1), seq(-4, 4, 1))
estimate <- dlg_trivariate(x, eval_points = eval_points, bw = bw)
# }
Run the code above in your browser using DataLab