https://github.com/cran/kdevine
Raw File
Tip revision: 06a935fcd0daca8842f0d3138ff354753033c0ec authored by Thomas Nagler on 11 May 2021, 23:50:12 UTC
version 0.4.3
Tip revision: 06a935f
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