R/RcppExports.R

Defines functions varmaResiduals

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

#' Calculate the residuals for a VARMA model
#'
#' @export
varmaResiduals <- function(zt, Ph0, PH, TH, p, q, include_mean, beta) {
    .Call('_MTS_varmaResiduals', PACKAGE = 'MTS', zt, Ph0, PH, TH, p, q, include_mean, beta)
}

Try the MTS package in your browser

Any scripts or data that you put into this service are public.

MTS documentation built on April 11, 2022, 5:07 p.m.