## S3 method for class 'MaxTypeIndependenceTestStatistic':
AsymptNullDistribution(object, \dots)
## S3 method for class 'QuadTypeIndependenceTestStatistic':
AsymptNullDistribution(object, \dots)
## S3 method for class 'ScalarIndependenceTestStatistic':
AsymptNullDistribution(object, \dots)## S3 method for class 'MaxTypeIndependenceTestStatistic':
ApproxNullDistribution(object, B = 10000, \dots)
## S3 method for class 'QuadTypeIndependenceTestStatistic':
ApproxNullDistribution(object, B = 10000, \dots)
## S3 method for class 'ScalarIndependenceTestStatistic':
ApproxNullDistribution(object, B = 10000, \dots)
## S3 method for class 'QuadTypeIndependenceTestStatistic':
ExactNullDistribution(object, algorithm = c("auto", "shift", "split-up"), ...)
## S3 method for class 'ScalarIndependenceTestStatistic':
ExactNullDistribution(object, algorithm = c("auto", "shift", "split-up"), ...)
10000
."auto"
(default), "shift"
or
"split-up"
."AsymptNullDistribution "
,
"ApproxNullDistribution "
or
"ExactNullDistribution "
.AsymptNullDistribution
, ApproxNullDistribution
and
ExactNullDistribution
compute the asymptotic, approximative (Monte
Carlo) and exact reference distribution respectively.