Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


cascsim (version 0.4)

getCopula: Get the R copula object.

Description

Get the R copula object.

Usage

getCopula(object, ...)

# S4 method for CopulaObj getCopula(object)

Arguments

object

R copula object

...

Additional parameters that may or may not be used

Examples

Run this code
# NOT RUN {
library(cascsim)
dist1<-new("Pareto",p1=20,p2=3)
dist2<-new("Normal",p1=5,p2=3,min=0,max=20,truncated=TRUE)
nom.cop <- new("CopulaObj", param=c(0.5),marginal=list(dist1=dist1,dist2=dist2),dimension=2)
getCopula(nom.cop)
# }

Run the code above in your browser using DataLab