setDf<- | R Documentation |
Set the degree of freedom for t Copula.
setDf(this, ...) <- value ## S4 replacement method for signature 'CopulaObj,numeric' setDf(this) <- value
this |
Copula Object |
... |
Additional function arguments |
value |
The degree of freedom. The default value is 3. |
library(cascsim) dist1<-new("Pareto",p1=20,p2=3) dist2<-new("Normal",p1=5,p2=3,min=0,max=20,truncated=TRUE) cop <- new("CopulaObj", type="t", param=c(0.5),marginal=list(dist1=dist1,dist2=dist2),dimension=2) setDf(cop) <- 5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.