getAcop("Gumbel")
## different ways of getting the same "acopula" family object:
stopifnot(## Joe (three ways):
identical(getAcop("J"), getAcop("Joe")),
identical(getAcop("J"), copJoe),
## Frank (yet another two different ways):
identical(getAcop(frankCopula()), copFrank),
identical(getAcop("frankCopula"), copFrank))
.ac.shortNames
.ac.longNames
.ac.objNames
.ac.classNames
Run the code above in your browser using DataLab