
persp
in package 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]
persp(frankCopula(-0.8), dcopula)
persp(claytonCopula(2), pcopula)
x <- mvdc(gumbelCopula(3), c("norm", "norm"),
list(list(mean = 0, sd =1), list(mean = 1)))
persp(x, dmvdc, xlim=c(-2, 2), ylim=c(-1, 3))
persp(x, pmvdc, xlim=c(-2, 2), ylim=c(-1, 3))
Run the code above in your browser using DataLab