.EACBC {qmd} | R Documentation |
Calculates an empirical CB approximation with adaptive bin sizes. This will be faster on data with many ties.
Description
Calculates an empirical CB approximation with adaptive bin sizes. This will be faster on data with many ties.
Usage
.EACBC(X, resolution)
Arguments
X |
A nxrho matrix of n samples of rho variables |
resolution |
The resolution of the CB approximation |
Value
A matrix of dimension resolution^rho
[Package qmd version 1.1.2 Index]