BiCopName {CDVine} | 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
# family as number family = 1 BiCopName(family,short=TRUE) # short version BiCopName(family,short=FALSE) # long version # family as character expression (short version) family = "C" BiCopName(family) # as number # long version family = "Clayton" BiCopName(family) # as number