Biemcdf: Computes bivariate empirical joint distribution
Description
This function computes empirical joint distribution (joint CDF) table with dynamical programming.
Usage
Biemcdf(data)
Arguments
data
a numeric matrix with two columns.
Value
a matrix of values of empirical joint CDF function, where rows and columns are the sorted variables.
Columns are the first variable, and rows are the second variable.