Description Usage Arguments Details Value Author(s)
This function fits a bivariate ecdf to the specified pair of variables and then evaluates the ecdf at the same points.
1 | bivariate_ecdf_cpp(u_ref, v_ref)
|
u_ref |
NumericVector reference points in first dimension |
v_ref |
NumericVector reference points in second dimension |
Assumes u_ref and v_ref specify pairs of points in the correct order.
NumericVector of estimated quantiles of specified pairs
Tom Willis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.