BiEmpCdf | R Documentation |
This function computes the empirical joint cdf evaluated at all points (y1,y2)
BiEmpCdf(data, y1, y2)
data |
Matrix (x1,x2) of size n x 2 |
y1 |
Vector of size n1 |
y2 |
Vector of size n2 |
cdf |
Empirical cdf |
data(simgumbel)
out=BiEmpCdf(simgumbel,c(0,1),c(-1,0,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.