https://github.com/cran/kdevine
Raw File
Tip revision: 950ccc0c0c9d3f6c25ac1cfbddbf65faf191659d authored by Thomas Nagler on 17 December 2018, 15:00:03 UTC
version 0.4.2
Tip revision: 950ccc0
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