Computes the asymptotic covariance matrix and expectation (mu) vector for the vectorized BRISE statistic under the pattern-wise permutation null distribution, based on rank matrix R and the list of pattern indicator. Used to form the quadratic statistic and its chi-square approximation.
Cov_mu.v(R, m_, n_, ptn_list)List with two elements:
Covariance matrix corresponding to the vector of pair-wise statistics.
Expectation vector for those pair-wise statistics under the null.
Numeric symmetric rank matrix (N × N).
Integer vector. X's sample sizes in each pattern.
Integer vector. Y's sample sizes in each pattern.
List of integer vectors that indexes observations sharing the same missing pattern.