bivariate_ecdf_par_cpp: Parallel implementation of bivariate empirical cdf

Description Usage Arguments Details Value Author(s)

View source: R/RcppExports.R

Description

This function fits a bivariate ecdf to the specified pair of variables and then evaluates the ecdf at the same points.

Usage

1
bivariate_ecdf_par_cpp(u_ref, v_ref)

Arguments

u_ref

NumericVector reference points in first dimension

v_ref

NumericVector reference points in second dimension

Details

Assumes u_ref and v_ref specify pairs of points in the correct order.

Value

NumericVector of estimated quantiles of specified pairs

Author(s)

Tom Willis


twillis209/pidProjCode documentation built on Nov. 7, 2021, 3:01 p.m.