Calculates the cumulative density of a set of numeric values.
Usage
ecdf2(x, y = NULL)
Arguments
x
A numeric vector of which the ECDF should be calculated
y
A numeric vector. See details for explanation
Value
A list
Details
This function extends the functionality of of the standard implementation of ECDF. Sometimes it is desireable to get the ECDF from pre-tabulated values. For this, elements in x and y have to be linked to each other.