mdd_test_boot: Conditional mean independence test using wild bootstrap

Description Usage Arguments Value References Examples

View source: R/mdd_test_bootstrap.R

Description

Conditional mean independence test using wild bootstrap

Usage

1
mdd_test_boot(X, Y, B = 999)

Arguments

X

distances or data of first sample

Y

distances or data of second sample

B

number of replicates

Value

mdd_test_boot returns a list containing

References

Chung Eun Lee, Xianyang Zhang, and Xiaofeng Shao. Testing the conditional mean independence for functional data. Biometrika, forthcoming, 2019.

Examples

1
2
3
4
A <- iris[1:50, 1:2]
B <- iris[1:50, 3:4]
set.seed(1)
mdd_test_boot(A, B)

jeffjyan/MDD documentation built on Dec. 9, 2019, 12:16 a.m.