Learn R Programming

independence (version 1.0.1)

max_hoeffding: Maximum data size for Hoeffding's statistics

Description

Data at most this size should not cause an overflow in the computation of Hoeffding's D statistic or its refinement. This may depend on the availability of 64-bit or 128-bit words to the compiler in use.

Usage

max_hoeffding()

Arguments

Value

100413509 in 128-bit mode, 14081 in 64-bit mode.

See Also

hoeffding.D.test hoeffding.refined.test

Examples

Run this code
# NOT RUN {
max_hoeffding()
# }

Run the code above in your browser using DataLab