R/RcppExports.R

Defines functions allTheShiftScores ShiftScore ShiftScoreFast

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

ShiftScoreFast <- function(x, y, xn, yn) {
    .Call(`_TSRexploreR_ShiftScoreFast`, x, y, xn, yn)
}

ShiftScore <- function(x, y, calcP, nresamp) {
    .Call(`_TSRexploreR_ShiftScore`, x, y, calcP, nresamp)
}

allTheShiftScores <- function(fhash, dists, scores, sample, calcP, nresamp, ntests) {
    .Call(`_TSRexploreR_allTheShiftScores`, fhash, dists, scores, sample, calcP, nresamp, ntests)
}
zentnerlab/TSRexploreR documentation built on Dec. 30, 2022, 10:27 p.m.