limDisNull {otinference}R Documentation

Sample from the limiting distribution under the null.

Description

Sample from the limiting distribution under the null.

Usage

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.

Value

A vector of samples.


[Package otinference version 0.1.0 Index]