# 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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.