Computes weights for the asymptotic random variable from the \(\alpha, \beta\) and \(\gamma\) computed of data array \(\mathbf{X}\).
getChi2Weights(alpha, beta, gamma, N)
covariance matrix entry computed from getCov
covariance matrix entry computed from getCov
covariance matrix entry computed from getCov
The sample size, i.e., nrow(X) where X is the original dataset
The weights \((w_1, w_2)\)
This is used in the large \(P\) asymptotics of the permutation test.
Dependencies: None