R/RcppExports.R

Defines functions varma_recursC var1_recursC ar3_recursC

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

#' @noRd
ar3_recursC <- function(drift, ar1, ar2, ar3, linpreds, errors, last_trends, h) {
    .Call(`_mvgam_ar3_recursC`, drift, ar1, ar2, ar3, linpreds, errors, last_trends, h)
}

#' @noRd
var1_recursC <- function(A, linpreds, errors, drift, last_trends, h) {
    .Call(`_mvgam_var1_recursC`, A, linpreds, errors, drift, last_trends, h)
}

#' @noRd
varma_recursC <- function(A, A2, A3, theta, linpreds, errors, drift, last_trends, h) {
    .Call(`_mvgam_varma_recursC`, A, A2, A3, theta, linpreds, errors, drift, last_trends, h)
}
nicholasjclark/mvgam documentation built on April 17, 2025, 9:39 p.m.