Learn R Programming

independence (version 1.0.1)

max_taustar: Maximum data size for the T* statistic

Description

Data at most this size should not cause an overflow in the computation of Tau*. This may depend on the availability of 64-bit or 128-bit words to the compiler in use.

Usage

max_taustar()

Arguments

Value

6721987087 in 128-bit mode, 102569 in 64-bit mode.

See Also

tau.star.test

Examples

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

Run the code above in your browser using DataLab