# NOT RUN {
## Do these data come from an extreme-value copula?
set.seed(63)
uG <- rCopula(100, gumbelCopula(3))
uC <- rCopula(100, claytonCopula(3))
# }
# NOT RUN {
## takes time: 48 seconds on MM's lynne (2012-06)
evTestA(uG)
evTestA(uG, derivatives = "Cn")
evTestA(uC)
# }
# NOT RUN {
<!-- %dont -->
# }
Run the code above in your browser using DataLab