Description Usage Arguments Value Examples
Generate simulations from bivariate datasets.
1 2 |
n |
An integer specifying the number of simulations required. |
xy |
Numeric 2-columns table (data.frame, matrix, cbind) of real dataset. The first column is the independent variable while the second is the dependent variable. |
diffEC |
Forward difference with respect of $x$ of the empirical copula matrix. Maybe computed with forwardDifference of empiricalCDF2Dcounts. empiricalCDF2Dcounts. |
xcond |
A numeric vector being the 1st column of xy (xy[,1]). Must be conditional to the independent variable ( |
A list with
xy_sim: 2-columns matrix of simulated observations x,y
.
uv_sim: 2-columns matrix of simulated pseudo observations u,v
.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.