m-out-of-n Bootstrap for the limiting distribution.
limDisAltBoot(r, s, distMat, B = 1000, p = 1, gamma = 0.9)
r, s
: Vectors of counts giving the two samples.distMat
: Distance matrix.B
: The number of samples to generate. Defaults to 1000.p
: Cost exponent. Defaults to 1.gamma
: m = n^gamma. Defaults to 0.9.A sample from the limiting distribution.
Useful links