R/RcppExports.R

Defines functions lagAvgTopN ptsThresh

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

lagAvgTopN <- function(values, endDates, n, window, adj) {
    .Call('_statskier2_lagAvgTopN', PACKAGE = 'statskier2', values, endDates, n, window, adj)
}

ptsThresh <- function(values, endDates, window) {
    .Call('_statskier2_ptsThresh', PACKAGE = 'statskier2', values, endDates, window)
}
joranE/statskier2 documentation built on May 19, 2019, 8:42 p.m.