UV <- simCOP(n=100, cop=GHcop, para=1.5, graphics=FALSE)
# lmr <- uvlmoms(UV) # commented out just for speed
uvskewness(UV, p=0.10)
uvskewness(UV, p=0.10, type="gno")
ps <- seq(0.01,0.49,by=0.01)
ETA <- sapply(1:length(ps), function(i) { uvskewness(UV, p=ps[i], type=5, uvm1=FALSE) } )
plot(ps, ETA, type="l", xlab="P FACTOR", ylab="BIVARIATE SKEWNESS")
Run the code above in your browser using DataLab