R/RcppExports.R

Defines functions .kernelSmoothing DmaxVec .CVtwosided .CVonesided

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

.CVonesided <- function(Y, K) {
    .Call(`_BinSegBstrap_CVonesided`, Y, K)
}

.CVtwosided <- function(Y, K) {
    .Call(`_BinSegBstrap_CVtowsided`, Y, K)
}

DmaxVec <- function(Y, bint) {
    .Call(`_BinSegBstrap_DmaxVec`, Y, bint)
}

.kernelSmoothing <- function(Y, K) {
    .Call(`_BinSegBstrap_kernelSmoothing`, Y, K)
}

Try the BinSegBstrap package in your browser

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

BinSegBstrap documentation built on Jan. 28, 2022, 1:09 a.m.