BiCopName | R Documentation |
This function transforms the bivariate copula family number into its character expression and vice versa.
BiCopName(family, short = TRUE)
family |
Bivariate copula family, either its number or its character expression (see table below).
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
short |
Logical; if the number of a bivariate copula family is used and
|
The transformed bivariate copula family (see table above).
Ulf Schepsmeier
RVineTreePlot()
## family number to character expression
family <- 1
BiCopName(family, short = TRUE) # short version
BiCopName(family, short = FALSE) # long version
## family character expression (short version) to number
family <- "C"
BiCopName(family) # as number
## family character expression (long version) to number
family <- "Clayton"
BiCopName(family) # as number
## vectors of families
BiCopName(1:10) # as character expression
BiCopName(c("Clayton","t","J")) # as number
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.