Learn R Programming

copula (version 0.999-7)

persp-methods: Methods for Function `persp' in Package `copula'

Description

Methods for function persp in package copula

Arguments

Details

When x is of class "copula", the following arguments can be supplied: [object Object],[object Object],[object Object]

When x is of class "mvdc", the following arguments replace the effect of n = 51: [object Object],[object Object]

Examples

Run this code
persp(frankCopula(-0.8), dCopula)
persp(claytonCopula(2), pCopula)
## example with negative tau :
(th1 <- iTau(amhCopula(), -0.1))
persp(amhCopula(th1), dCopula)
persp(amhCopula(th1), pCopula)

mvNN <- mvdc(gumbelCopula(3), c("norm", "norm"),
          list(list(mean = 0, sd =1), list(mean = 1)))
persp(mvNN, dMvdc, xlim=c(-2, 2), ylim=c(-1, 3))
persp(mvNN, pMvdc, xlim=c(-2, 2), ylim=c(-1, 3))

Run the code above in your browser using DataLab