BiEmpCdf {CopulaInference} | R Documentation |
Empirical bivariate cdf
Description
This function computes the empirical joint cdf evaluated at all points (y1,y2)
Usage
BiEmpCdf(data, y1, y2)
Arguments
data |
Matrix (x1,x2) of size n x 2 |
y1 |
Vector of size n1 |
y2 |
Vector of size n2 |
Value
cdf |
Empirical cdf |
Examples
data(simgumbel)
out=BiEmpCdf(simgumbel,c(0,1),c(-1,0,1))
[Package CopulaInference version 0.5.0 Index]