R/RcppExports.R

Defines functions cpp_ruvk cpp_rmvk

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

cpp_rmvk <- function(n, y, bandwidth, weights, kernel = "gaussian", shrinked = FALSE) {
    .Call('_kernelboot_cpp_rmvk', PACKAGE = 'kernelboot', n, y, bandwidth, weights, kernel, shrinked)
}

cpp_ruvk <- function(n, y, bandwidth, weights, kernel = "gaussian", shrinked = FALSE) {
    .Call('_kernelboot_cpp_ruvk', PACKAGE = 'kernelboot', n, y, bandwidth, weights, kernel, shrinked)
}
twolodzko/kernelboot documentation built on April 25, 2023, 1:36 p.m.