R/RcppExports.R

# This file was generated by Rcpp::compileAttributes
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

c_interp <- function(m, fits, slopes, at) {
    .Call('drsstl_c_interp', PACKAGE = 'drsstl', m, fits, slopes, at)
}

c_loess <- function(xx, yy, degree, span, ww, m, l_idx, max_dist) {
    .Call('drsstl_c_loess', PACKAGE = 'drsstl', xx, yy, degree, span, ww, m, l_idx, max_dist)
}

c_ma <- function(x, n_p) {
    .Call('drsstl_c_ma', PACKAGE = 'drsstl', x, n_p)
}
XiaosuTong/drsstl documentation built on May 9, 2019, 11:06 p.m.