R/RcppExports.R

Defines functions arma_weighted_se_vec arma_weighted_var_vec_t arma_weighted_var_vec arma_running_weighted_mean_vec arma_running_mean_vec arma_weighted_mean_vec arma_weighted_var_mat arma_weighted_mean_mat arma_weighted_se arma_running_weighted_var arma_running_var arma_weighted_var arma_running_weighted_mean arma_running_mean arma_weighted_mean

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

arma_weighted_mean <- function(x, w) {
    .Call('_diagis_arma_weighted_mean', PACKAGE = 'diagis', x, w)
}

arma_running_mean <- function(x) {
    .Call('_diagis_arma_running_mean', PACKAGE = 'diagis', x)
}

arma_running_weighted_mean <- function(x, w) {
    .Call('_diagis_arma_running_weighted_mean', PACKAGE = 'diagis', x, w)
}

arma_weighted_var <- function(x, w, ml) {
    .Call('_diagis_arma_weighted_var', PACKAGE = 'diagis', x, w, ml)
}

arma_running_var <- function(x, ml) {
    .Call('_diagis_arma_running_var', PACKAGE = 'diagis', x, ml)
}

arma_running_weighted_var <- function(x, w, ml) {
    .Call('_diagis_arma_running_weighted_var', PACKAGE = 'diagis', x, w, ml)
}

arma_weighted_se <- function(x, w) {
    .Call('_diagis_arma_weighted_se', PACKAGE = 'diagis', x, w)
}

arma_weighted_mean_mat <- function(x, w) {
    .Call('_diagis_arma_weighted_mean_mat', PACKAGE = 'diagis', x, w)
}

arma_weighted_var_mat <- function(x, w, ml) {
    .Call('_diagis_arma_weighted_var_mat', PACKAGE = 'diagis', x, w, ml)
}

arma_weighted_mean_vec <- function(x, w) {
    .Call('_diagis_arma_weighted_mean_vec', PACKAGE = 'diagis', x, w)
}

arma_running_mean_vec <- function(x) {
    .Call('_diagis_arma_running_mean_vec', PACKAGE = 'diagis', x)
}

arma_running_weighted_mean_vec <- function(x, w) {
    .Call('_diagis_arma_running_weighted_mean_vec', PACKAGE = 'diagis', x, w)
}

arma_weighted_var_vec <- function(x, w, ml) {
    .Call('_diagis_arma_weighted_var_vec', PACKAGE = 'diagis', x, w, ml)
}

arma_weighted_var_vec_t <- function(x, w, ml) {
    .Call('_diagis_arma_weighted_var_vec_t', PACKAGE = 'diagis', x, w, ml)
}

arma_weighted_se_vec <- function(x, w) {
    .Call('_diagis_arma_weighted_se_vec', PACKAGE = 'diagis', x, w)
}
helske/diagis documentation built on Sept. 9, 2023, 8:15 a.m.