powered by
This function computes the empirical bivariate copula at a series of points.
copulaEmp(u, U)
(nx2) data matrix of points.
(nx2) data matrix of pseudo-observations.
Empirical copula values at u.
# NOT RUN { param <- c(0.8, 2.5, 0.7) ; U <- SimNCSCop('Clayton', 250, param) u = matrix(c(0.2,0.6,0.3,0.5,0.7,0.9),ncol=2,byrow=TRUE); cdf=copulaEmp(u,U); # }
Run the code above in your browser using DataLab