Sample from the limiting distribution under the null.
limDisNull(B = 500, r, distMat, p = 1)
B
: number of samples to generate. Defaults to 500.r
: vector of probabilities in the original problem.distMat
: distance matrix in the original problem.p
: cost exponent. Defaults to 1.A vector of samples.
Useful links