https://github.com/cran/kdevine
Raw File
Tip revision: a7251e97a44d47907c9796e2d10898da755d415a authored by Thomas Nagler on 18 October 2022, 11:25:15 UTC
version 0.4.4
Tip revision: a7251e9
RcppExports.R
# 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)
}

back to top