# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.