indGaussian {flintyR}R Documentation

Approximate p-value for Test of Exchangeability (Assuming Large N and P)

Description

Computes the large (N,P)(N,P) asymptotic p-value for dataset X\mathbf{X}, assuming its PP features are independent

Usage

indGaussian(X, p = 2)

Arguments

X

The binary or real matrix on which to perform test of exchangeability

p

The power p of lppl_p^p, i.e., xpp=(x1p+...xnp)||x||_p^p = (x_1^p+...x_n^p)

Details

This is the large NN and large PP asymptotics of the permutation test.

Dependencies: getBinVStat, getRealVStat, getCov, getChi2Weights

Value

The asymptotic p-value


[Package flintyR version 0.1.0 Index]