R/RcppExports.R

# 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)
}

Try the autovarCore package in your browser

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

autovarCore documentation built on May 2, 2019, 4:01 a.m.