R/RcppExports.R

Defines functions Rcpp_wrapper_ema_last Rcpp_wrapper_ema_linear Rcpp_wrapper_ema_next Rcpp_wrapper_rolling_central_moment Rcpp_wrapper_rolling_max Rcpp_wrapper_rolling_mean Rcpp_wrapper_rolling_median Rcpp_wrapper_rolling_min Rcpp_wrapper_rolling_num_obs Rcpp_wrapper_rolling_product Rcpp_wrapper_rolling_sd Rcpp_wrapper_rolling_sum Rcpp_wrapper_rolling_sum_stable Rcpp_wrapper_rolling_var Rcpp_wrapper_sma_last Rcpp_wrapper_sma_linear Rcpp_wrapper_sma_next

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

Rcpp_wrapper_ema_last <- function(values, times, tau) {
    .Call(`_utsOperators_Rcpp_wrapper_ema_last`, values, times, tau)
}

Rcpp_wrapper_ema_linear <- function(values, times, tau) {
    .Call(`_utsOperators_Rcpp_wrapper_ema_linear`, values, times, tau)
}

Rcpp_wrapper_ema_next <- function(values, times, tau) {
    .Call(`_utsOperators_Rcpp_wrapper_ema_next`, values, times, tau)
}

Rcpp_wrapper_rolling_central_moment <- function(values, times, width_before, width_after, m) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_central_moment`, values, times, width_before, width_after, m)
}

Rcpp_wrapper_rolling_max <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_max`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_mean <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_mean`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_median <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_median`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_min <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_min`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_num_obs <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_num_obs`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_product <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_product`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_sd <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_sd`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_sum <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_sum`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_sum_stable <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_sum_stable`, values, times, width_before, width_after)
}

Rcpp_wrapper_rolling_var <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_rolling_var`, values, times, width_before, width_after)
}

Rcpp_wrapper_sma_last <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_sma_last`, values, times, width_before, width_after)
}

Rcpp_wrapper_sma_linear <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_sma_linear`, values, times, width_before, width_after)
}

Rcpp_wrapper_sma_next <- function(values, times, width_before, width_after) {
    .Call(`_utsOperators_Rcpp_wrapper_sma_next`, values, times, width_before, width_after)
}
andreas50/utsOperators documentation built on May 25, 2019, 7:16 a.m.