R/gofellcp.R

#' gofellcp: Goodness-of-fit tests for elliptical copulas
#'
#' The gofellcp package provides the tests:
#' testEquality2D, testEqualityMult, testEqualityMult_L2subsam,
#' testSymmetry, testRadialSymmetry, testProEllip
#'
#' @docType package
#' @name gofellcp
#'
#' @import copula
#' @importFrom stats var
#' @importFrom stats cov
#' @importFrom stats cor
#' @importFrom stats pchisq
#' @importFrom stats pnorm
#' @importFrom stats rbinom
NULL
mjaser/gofellcp documentation built on March 31, 2021, 3:32 a.m.