View source: R/surGumbelCopula.R
surGumbelCopula | R Documentation |
These are wrappers to functions from VineCopula-package()
surGumbelCopula(param = 1)
r90GumbelCopula(param = -1)
r270GumbelCopula(param = -1)
param |
A single parameter defining the Copula. |
An object of class surGumbelCopula, r90GumbelCopula or r270GumbelCopula respectively.
library(copula)
persp(surGumbelCopula(1.5), dCopula, zlim = c(0, 10))
persp(r90GumbelCopula(-1.5), dCopula, zlim = c(0, 10))
persp(r270GumbelCopula(-1.5), dCopula, zlim = c(0, 10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.