Conditioned on the sample size n, approximated confidence intervals of the dependence measure qad(x,y) for independent random variables are computed.
cci()
can be used to test two random variables for independence.
cci(n, alternative = c("one.sided", "two.sided"))
an integer indicating the sample size.
character string specifying the type of the confidence interval; must be one of "one.sided" (default) or "two.sided".
a named vector indicating the lower and upper boundary of the confidence interval.
alternative = "one.sided"
provides a one-sided confidence interval, which can be interpreted that
in 95 of 100 realizations of two independet random variables X and Y
the calculated dependence measure qad(x,y) is less than the upper interval boundary.
If alternative = "two.sided"
95 of 100 realizations lie in between the interval boundaries.