limDisNull function

Sample from the limiting distribution under the null.

Sample from the limiting distribution under the null.

limDisNull(B = 500, r, distMat, p = 1)

Arguments

  • 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.

Returns

A vector of samples.

  • Maintainer: Max Sommerfeld
  • License: GPL-2
  • Last published: 2017-03-07

Useful links