R/RcppExports.R

Defines functions eval_qkde1d eval_pkde1d eval_kde1d ikern_gauss kern_gauss

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

kern_gauss <- function(x) {
    .Call(`_kdevine_kern_gauss`, x)
}

ikern_gauss <- function(x) {
    .Call(`_kdevine_ikern_gauss`, x)
}

eval_kde1d <- function(xsort, xev, xmin, xmax, bw) {
    .Call(`_kdevine_eval_kde1d`, xsort, xev, xmin, xmax, bw)
}

eval_pkde1d <- function(x, xev, xmin, xmax, bw) {
    .Call(`_kdevine_eval_pkde1d`, x, xev, xmin, xmax, bw)
}

eval_qkde1d <- function(x, qev, xmin, xmax, bw) {
    .Call(`_kdevine_eval_qkde1d`, x, qev, xmin, xmax, bw)
}

Try the kdevine package in your browser

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

kdevine documentation built on Oct. 18, 2022, 5:05 p.m.