R/RcppExports.R

Defines functions portmanteau_test_statistics coefficients_of_skewness coefficients_of_kurtosis

Documented in coefficients_of_kurtosis coefficients_of_skewness portmanteau_test_statistics

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

#' Kurtosis coefficients.
#'
#' @param matrix the matrix of residuals.
coefficients_of_kurtosis <- function(matrix) {
    .Call('_autovarCore_coefficients_of_kurtosis', PACKAGE = 'autovarCore', matrix)
}

#' Skewness coefficients.
#'
#' @param matrix the matrix of residuals.
coefficients_of_skewness <- function(matrix) {
    .Call('_autovarCore_coefficients_of_skewness', PACKAGE = 'autovarCore', matrix)
}

#' An implementation of the portmanteau test.
#'
#' See the paper of Ljung-Box test for the used definition of autocorrelation.
#'
#' @param matrix the matrix of residuals or squared residuals.
portmanteau_test_statistics <- function(matrix) {
    .Call('_autovarCore_portmanteau_test_statistics', PACKAGE = 'autovarCore', matrix)
}
roqua/autovarCore documentation built on Oct. 12, 2020, 4:16 a.m.