R/print.summary.mvkde.q

print.summary.mvkde <- function(x, ...)
{
  cat("  A kernel desnity esimtate of", x$name, "\n")
  cat("  Least-squares cross-validation socre:", x$lscv.score, "\n")
  invisible(x)
}

Try the bpkde package in your browser

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

bpkde documentation built on May 2, 2019, 10:25 a.m.